Поделиться через


Перечисление 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.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)

Синтаксис

'Декларация
Public Enumeration ActivationOrder
'Применение
Dim instance As ActivationOrder
public enum ActivationOrder
public enum class ActivationOrder
type ActivationOrder
public enum ActivationOrder

Элементы

Имя элемента Описание
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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo.Agent