次の方法で共有


IndexStatement.IndexOptions プロパティ

インデックス オプションの一覧を取得します。 省略可能。要素が 0 個の場合があります。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
    Get
'使用
Dim instance As IndexStatement 
Dim value As IList(Of IndexOption)

value = instance.IndexOptions
public IList<IndexOption> IndexOptions { get; }
public:
property IList<IndexOption^>^ IndexOptions {
    IList<IndexOption^>^ get ();
}
member IndexOptions : IList<IndexOption>
function get IndexOptions () : IList<IndexOption>

プロパティ値

型: System.Collections.Generic.IList<IndexOption>
インデックス オプションの一覧。

関連項目

参照

IndexStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間