ViewStatementBody.ViewOptions Property

 

Applies To: SQL Server 2016 Preview

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

public IList<ViewOption> ViewOptions { get; }
public:
property IList<ViewOption^>^ ViewOptions {
    IList<ViewOption^>^ get();
}
member ViewOptions : IList<ViewOption> with get
Public ReadOnly Property ViewOptions As IList(Of ViewOption)

Property Value

Type: System.Collections.Generic.IList<ViewOption>

The Options in WITH clause.

See Also

ViewStatementBody Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top