Свойство 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