指定触发器类型。
命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType
成员
| 成员名称 | 说明 | |
|---|---|---|
| Unknown | 类型为 Unknown | |
| For | 类型为 For | |
| After | 类型为 After | |
| InsteadOf | 类型为 InsteadOf |