IndexStatement.IndexOptions プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
'使用
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 ();
}
public function get IndexOptions () : IList<IndexOption>

プロパティ値

型 : System.Collections.Generic.IList<IndexOption>

参照

参照

IndexStatement クラス

IndexStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間