ActivationOrder Enumeration
Specifies the relative activation order of a trigger.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Member name | Description | |
|---|---|---|
| First | The trigger will be executed before other triggers. | |
| Last | The trigger will be executed after other triggers. | |
| None | The trigger will be executed in a default order. |
Show: