Delen via


TriggerStatementBody.TriggerActions Property

Gets or sets the trigger actions.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property TriggerActions As IList(Of TriggerAction)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.IList<TriggerAction>
The trigger actions.

See Also

Reference

TriggerStatementBody Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace