Freigeben über


ViewStatementBody.ViewOptions-Eigenschaft

Gets or sets the options in WITH clause.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property ViewOptions As IList(Of ViewOption)
    Get
'Usage
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>

Eigenschaftswert

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

Siehe auch

Verweis

ViewStatementBody Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace