Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum ActivationOrder
Member nameDescription
FirstSpecifies that the trigger will run first.
NoneSpecifies random order of execution for the trigger.
LastSpecifies that the trigger will run last.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.