Share via


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 네임스페이스