IColumnSource.Indexes プロパティ

インデックスの一覧を取得します。

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

構文

'宣言
ReadOnly Property Indexes As IList(Of IIndex)
'使用
Dim instance As IColumnSource
Dim value As IList(Of IIndex)

value = instance.Indexes
IList<IIndex> Indexes { get; }
property IList<IIndex^>^ Indexes {
    IList<IIndex^>^ get ();
}
function get Indexes () : IList<IIndex>

プロパティ値

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

参照

参照

IColumnSource インターフェイス

IColumnSource メンバ

Microsoft.Data.Schema.SchemaModel.Abstract 名前空間