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 IMutableMetadataCollection(Of IIndex)
Get
'Uso
Dim instance As IMutableDatabaseTable
Dim value As IMutableMetadataCollection(Of IIndex)
value = instance.Indexes
IMutableMetadataCollection<IIndex> Indexes { get; }
property IMutableMetadataCollection<IIndex^>^ Indexes {
IMutableMetadataCollection<IIndex^>^ get ();
}
abstract Indexes : IMutableMetadataCollection<IIndex>
function get Indexes () : IMutableMetadataCollection<IIndex>
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IIndex> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of IIndex that contains all table indexes.
Consulte também