ActivationOrder Enumeration
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.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: