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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.