共用方式為


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 命名空間