TriggerActionType Enumeration
Specifies the trigger action type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
[<SerializableAttribute>]
type TriggerActionType
public enum TriggerActionType
Members
Member name | Description | |
---|---|---|
Delete | Type is Delete | |
Insert | Type is Insert | |
Update | Type is Update | |
Event | Type is Event | |
LogOn | Type is LogOn |