Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the Options in WITH clause - different options for trigger and function
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of TriggerOption)
Get
'Usage
Dim instance As TriggerStatementBody
Dim value As IList(Of TriggerOption)
value = instance.Options
public IList<TriggerOption> Options { get; }
public:
property IList<TriggerOption^>^ Options {
IList<TriggerOption^>^ get ();
}
member Options : IList<TriggerOption>
function get Options () : IList<TriggerOption>
Eigenschaftswert
Typ: System.Collections.Generic.IList<TriggerOption>
The Options in WITH clause.