ActivationOrder 열거형

The ActivationOrder enumeration contains values that are used to specify when the trigger runs in relation to other triggers attached to a given the insert, update, or delete operation.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration ActivationOrder
‘사용 방법
Dim instance As ActivationOrder
public enum ActivationOrder
public enum class ActivationOrder
type ActivationOrder
public enum ActivationOrder

멤버

멤버 이름 설명
First Specifies that the trigger will run first.
Last Specifies that the trigger will run last.
None Specifies random order of execution for the trigger.

참고 항목

참조

Microsoft.SqlServer.Management.Smo.Agent 네임스페이스