Перечисление TriggerType

Specifies the type of the trigger.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration TriggerType
'Применение
Dim instance As TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType

Элементы

Имя элемента Описание
After The type is After.
For The type is For.
InsteadOf The type is InsteadOf.
Unknown The type is Unknown.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom