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. |