FunctionStatementBody.Options 屬性

Gets or sets options in a WITH clause - different options for procedure and function. Custom Manual processing.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property Options As IList(Of FunctionOption)
    Get
'用途
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>

屬性值

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

請參閱

參考

FunctionStatementBody 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間