TriggerActionType 枚举

Specifies which data modification statements, when attempted against this table or view, activate the trigger.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration TriggerActionType
用法
Dim instance As TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
[<SerializableAttribute>]
type TriggerActionType
public enum TriggerActionType

成员

成员名称 说明
Delete Type is Delete.
Event Type is Event.
Insert Type is Insert.
LogOn Type is LogOn.
Update Type is Update.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间