Partilhar via


Propriedade do RDL Indexes

Gets a collection of table indexes.

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

Sintaxe

'Declaração
ReadOnly Property Indexes As IMetadataCollection(Of IIndex)
    Get
'Uso
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>

Valor da propriedade

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