Partager via


TriggerStatementBody.TriggerActions, propriété

Obtient une liste d'actions de déclencheur.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

TriggerStatementBody Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms