ViewStatementBody.ViewOptions 屬性

Gets or sets the options in WITH clause.

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

語法

'宣告
Public ReadOnly Property ViewOptions As IList(Of ViewOption)
    Get
'用途
Dim instance As ViewStatementBody 
Dim value As IList(Of ViewOption)

value = instance.ViewOptions
public IList<ViewOption> ViewOptions { get; }
public:
property IList<ViewOption^>^ ViewOptions {
    IList<ViewOption^>^ get ();
}
member ViewOptions : IList<ViewOption>
function get ViewOptions () : IList<ViewOption>

屬性值

型別:System.Collections.Generic.IList<ViewOption>
The Options in WITH clause.

請參閱

參考

ViewStatementBody 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間