IColumnSource.Indexes Property

Gets a list of indexes.

Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property Indexes As IList(Of IIndex)
    Get
'Usage
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>
abstract Indexes : IList<IIndex>

Property Value

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

.NET Framework Security

See Also

Reference

IColumnSource Interface

IColumnSource Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace