TriggerStatementBody.TriggerActions プロパティ

トリガ アクションの一覧を取得します。

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

構文

'宣言
Public ReadOnly Property TriggerActions As IList(Of TriggerAction)
'使用
Dim instance As TriggerStatementBody
Dim value As IList(Of TriggerAction)

value = instance.TriggerActions
public IList<TriggerAction> TriggerActions { get; }
public:
property IList<TriggerAction^>^ TriggerActions {
    IList<TriggerAction^>^ get ();
}
public function get TriggerActions () : IList<TriggerAction>

プロパティ値

型 : System.Collections.Generic.IList<TriggerAction>

参照

参照

TriggerStatementBody クラス

TriggerStatementBody メンバ

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