Freigeben über


Indexes-Eigenschaft

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>

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IIndex> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IIndex that contains all table indexes.