Méthode Api.GetTableIndexes (JET_SESID, JET_TABLEID)

Itère sur tous les index de la table, renvoyant des informations sur chacun d’eux.

Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'Declaration
Public Shared Function GetTableIndexes ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID _
) As IEnumerable(Of IndexInfo)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As IEnumerable(Of IndexInfo)

returnValue = Api.GetTableIndexes(sesid, _
    tableid)
public static IEnumerable<IndexInfo> GetTableIndexes(
    JET_SESID sesid,
    JET_TABLEID tableid
)

Paramètres

Valeur retournée

Type : System.Collections.Generic.IEnumerable<IndexInfo>
Itérateur sur un IndexInfo pour chaque index de la table.

Voir aussi

Informations de référence

Classe API

Membres de l’API

Surcharge GetTableIndexes

Espace de noms Microsoft.Isam.Esent.Interop