ビュー オプションの一覧を取得します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public ReadOnly Property ViewOptions As IList(Of ViewOption)
'使用
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 ();
}
public function get ViewOptions () : IList<ViewOption>
プロパティ値
型 : System.Collections.Generic.IList<ViewOption>