Sdílet prostřednictvím


TriggerStatementBody.TriggerActions – vlastnost

Získá seznam akcí aktivace.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TriggerStatementBody Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů