IDatabaseTable.Indexes Property

Gets a collection of table indexes.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Indexes As IMetadataCollection(Of IIndex)
    Get
'Usage
Dim instance As IDatabaseTable 
Dim value As IMetadataCollection(Of IIndex)

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

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IIndex>
A collection of table indexes.

See Also

Reference

IDatabaseTable Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace