Share via


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)
'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 ();
}
public function get TriggerActions () : IList<TriggerAction>

Property Value

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

.NET Framework Security

See Also

Reference

TriggerStatementBody Class

TriggerStatementBody Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace