TriggerActionType 枚举

指定触发器操作类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
[<SerializableAttribute>]
type TriggerActionType
public enum TriggerActionType

成员

成员名称 说明
Delete 类型为 Delete
Insert 类型为 Insert
Update 类型为 Update
Event 类型为 Event
LogOn 类型为 LogOn

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间