Méthode Api.JetGetCurrentIndex

Ddétermine le nom de l’index actuel d’un curseur donné. Ce nom est également utilisé pour sélectionner ultérieurement cet index en tant qu’index actuel à l’aide de JetSetCurrentIndex(JET_SESID, JET_TABLEID, String). Il peut également être utilisé pour découvrir les propriétés de cet index à l’aide de JetGetTableIndexInfo.

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

Syntaxe

'Declaration
Public Shared Sub JetGetCurrentIndex ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    <OutAttribute> ByRef indexName As String, _
    maxNameLength As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim indexName As String
Dim maxNameLength As IntegerApi.JetGetCurrentIndex(sesid, tableid, _
    indexName, maxNameLength)
public static void JetGetCurrentIndex(
    JET_SESID sesid,
    JET_TABLEID tableid,
    out string indexName,
    int maxNameLength
)

Paramètres

Voir aussi

Informations de référence

Classe API

Membres de l’API

Espace de noms Microsoft.Isam.Esent.Interop