Condividi tramite


Proprietà TriggerStatementBody.TriggerActions

Ottiene un elenco di azioni del trigger.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TriggerStatementBody Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql