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 options in a WITH clause - different options for procedure and function. Custom Manual processing.
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 FunctionOption)
Get
'Usage
Dim instance As FunctionStatementBody
Dim value As IList(Of FunctionOption)
value = instance.Options
public IList<FunctionOption> Options { get; }
public:
property IList<FunctionOption^>^ Options {
IList<FunctionOption^>^ get ();
}
member Options : IList<FunctionOption>
function get Options () : IList<FunctionOption>
Eigenschaftswert
Typ: System.Collections.Generic.IList<FunctionOption>
The options in a WITH clause.