Provides information about the indexes contained in the table.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
IReadOnlyNamedObjectCollection<IIndexSchema> Indexes { get; }
Visual Basic
ReadOnly Property Indexes As IReadOnlyNamedObjectCollection(Of IIndexSchema)
	Get

Property Value

Type: IReadOnlyNamedObjectCollection<(Of <(<'IIndexSchema>)>)>

See Also