ISqlColumnSource.Indexes プロパティ

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

構文

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

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

プロパティ値

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

参照

参照

ISqlColumnSource インターフェイス

ISqlColumnSource メンバ

Indexes オーバーロード

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間