ViewStatementBody.ViewOptions Property
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.