TriggerStatementBody.TriggerActions-Eigenschaft

Ruft eine Liste mit Triggeraktionen ab.

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)
    Get
public IList<TriggerAction> TriggerActions { get; }
public:
property IList<TriggerAction^>^ TriggerActions {
    IList<TriggerAction^>^ get ();
}
member TriggerActions : IList<TriggerAction>
function get TriggerActions () : IList<TriggerAction>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TriggerStatementBody Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace