Subject | English | Chinese Taiwan |
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) |