次の方法で共有


ViewStatementBody.ViewOptions プロパティ

WITH 句のオプションを取得または設定します。

名前空間:  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>
WITH 句のオプション。

関連項目

参照

ViewStatementBody クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間