TriggerActionType 列挙型

定義

このテーブルまたはビューに対して試行した場合にトリガーをアクティブにするデータ変更ステートメントを指定します。

[System.Serializable]
public enum TriggerActionType
[<System.Serializable>]
type TriggerActionType = 
Public Enum TriggerActionType
継承
TriggerActionType
属性

フィールド

名前 説明
Delete 0

削除アクション。

Insert 1

アクションの挿入。

Update 2

更新アクション。

Event 3

イベント。

LogOn 4

ログオン トリガー。

適用対象