TriggerStatementBody.TriggerActions Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the trigger actions.

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

Syntax

public IList<TriggerAction> TriggerActions { get; }
public:
property IList<TriggerAction^>^ TriggerActions {
    IList<TriggerAction^>^ get();
}
member TriggerActions : IList<TriggerAction> with get
Public ReadOnly Property TriggerActions As IList(Of TriggerAction)

Property Value

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

The trigger actions.

See Also

TriggerStatementBody Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top