Condividi tramite


Proprietà TriggerStatementBody.TriggerOptions

Ottiene un elenco di opzioni del trigger in una clausola WITH, opzioni diverse per il trigger e la funzione.

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TriggerStatementBody Classe

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