Compartir a través de


Enumeración 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.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration ActivationOrder
'Uso
Dim instance As ActivationOrder
public enum ActivationOrder
public enum class ActivationOrder
type ActivationOrder
public enum ActivationOrder

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent