Partilhar via


Enumeração 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.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public Enumeration ActivationOrder
'Uso
Dim instance As ActivationOrder
public enum ActivationOrder
public enum class ActivationOrder
type ActivationOrder
public enum ActivationOrder

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo.Agent