TriggerStatementBody.TriggerActions Property

Definition

The trigger actions.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TriggerAction> TriggerActions { get; }
member this.TriggerActions : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TriggerAction>
Public ReadOnly Property TriggerActions As IList(Of TriggerAction)

Property Value

Applies to