次の方法で共有


TriggerStatementBody.TriggerActions プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property TriggerActions As IList(Of TriggerAction)
    Get
'使用
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 ();
}
member TriggerActions : IList<TriggerAction>
function get TriggerActions () : IList<TriggerAction>

プロパティ値

型: System.Collections.Generic.IList<TriggerAction>
トリガーのアクション。

関連項目

参照

TriggerStatementBody クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間