TriggerStatementBody.TriggerActions 屬性

Gets or sets the trigger actions.

命名空間:  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>
The trigger actions.

請參閱

參考

TriggerStatementBody 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間