Partager via


TriggerStatementBody.TriggerOptions, propriété

Obtient une liste d'options de déclencheur dans une clause WITH, différentes options pour le déclencheur et la fonction.

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 TriggerOptions As IList(Of TriggerOption)
    Get
public IList<TriggerOption> TriggerOptions { get; }
public:
property IList<TriggerOption^>^ TriggerOptions {
    IList<TriggerOption^>^ get ();
}
member TriggerOptions : IList<TriggerOption>
function get TriggerOptions () : IList<TriggerOption>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

TriggerStatementBody Classe

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