TriggerActionType 列挙体

トリガ アクションの種類を指定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Enumeration TriggerActionType
'使用
Dim instance As TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
public enum TriggerActionType

メンバ

メンバ名 説明
Delete 種類は Delete です。
Insert 種類は Insert です。
Update 種類は Update です。
Event 種類は Event です。
LogOn 種類は LogOn です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間