TriggerStatementBody.TriggerActions Property

Gets a list of trigger actions.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

.NET Framework Security

See Also

Reference

TriggerStatementBody Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace