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
'Usage
Dim instance As TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class 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

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace