Subject | English | Korean |
comp., MS | deferred enforcement | 지연된 적용 (A stage of deployment that allows a noncompliant computer full access to the network until a date and time after which network access becomes restricted. Deferred enforcement provides a client computer sufficient time to remediate before health policy is enforced) |
comp., MS | deferred enforcement mode | 지연된 적용 모드 (The enforcement mode in which client computers immediately receive NAP notifications if they are not in compliance with network health requirements, but do not have their access restricted until the specified time and date) |
comp., MS | deferred event | 지연 이벤트 (In a statechart or activity diagram, an event that must be postponed for later use while another activity is under way. You can show a deferred event for a state by including the event among the state's internal transitions) |
comp., MS | deferred loading | 지연된 로드 (A pattern of data loading where related objects are not loaded until a navigation property is accessed) |
comp., MS | deferred query | 지연된 쿼리 (A LINQ query that is not evaluated until it is iterated over, either with a foreach statement (C) or a For Each statement (Visual Basic), or by manually using the underlying GetEnumerator and MoveNext methods) |
comp., MS | deferred transaction | 지연된 트랜잭션 (A transaction that is not committed when the roll forward phase of recovery completes and that cannot be rolled back during database startup because data needed by roll back is offline. This data can reside in either a page or a file) |