TriggerAction.TriggerActionType プロパティ

トリガ アクションの種類を取得または設定します。

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

構文

'宣言
Public Property TriggerActionType As TriggerActionType
'使用
Dim instance As TriggerAction
Dim value As TriggerActionType

value = instance.TriggerActionType

instance.TriggerActionType = value
public TriggerActionType TriggerActionType { get; set; }
public:
property TriggerActionType TriggerActionType {
    TriggerActionType get ();
    void set (TriggerActionType value);
}
public function get TriggerActionType () : TriggerActionType
public function set TriggerActionType (value : TriggerActionType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.TriggerActionType
TriggerActionType 列挙値を返します。

参照

参照

TriggerAction クラス

TriggerAction メンバ

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