ISqlColumnSource.Indexes Property

Gets the list of the indexes that involve this source.

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

Syntax

'Declaration
ReadOnly Property Indexes As IList(Of ISqlIndex)
IList<ISqlIndex> Indexes { get; }
property IList<ISqlIndex^>^ Indexes {
    IList<ISqlIndex^>^ get ();
}
abstract Indexes : IList<ISqlIndex>
function get Indexes () : IList<ISqlIndex>

Property Value

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

.NET Framework Security

See Also

Reference

ISqlColumnSource Interface

Indexes Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace