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

Specifies which data modification statements, when attempted against this table or view, activate the trigger.

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

Синтаксис

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

Элементы

Имя элемента Описание
Delete Type is Delete.
Event Type is Event.
Insert Type is Insert.
LogOn Type is LogOn.
Update Type is Update.

См. также

Справочник

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