TriggerType Enumeration
Specifies the trigger 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 TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType
Members
Member name | Description | |
---|---|---|
Unknown | Type is Unknown | |
For | Type is For | |
After | Type is After | |
InsteadOf | Type is InsteadOf |