Indexes Propiedad
Gets a collection of table indexes.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IIndex> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of IIndex that contains all table indexes.