トリガー アクションの種類を指定します。
名前空間: 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 です |