FunctionStatementBody.Options Property

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>

Property Value

Type: System.Collections.Generic.IList<FunctionOption>
The options in a WITH clause.

See Also

Reference

FunctionStatementBody Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace