Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>
Property Value
Type: System.Collections.Generic.IList<ViewOption>
The Options in WITH clause.