API. RetrieveKey, méthode
Récupère la clé de l’entrée d’index à la position actuelle d’un curseur.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Function RetrieveKey ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
grbit As RetrieveKeyGrbit _
) As Byte()
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As RetrieveKeyGrbit
Dim returnValue As Byte()
returnValue = Api.RetrieveKey(sesid, _
tableid, grbit)
public static byte[] RetrieveKey(
JET_SESID sesid,
JET_TABLEID tableid,
RetrieveKeyGrbit grbit
)
Paramètres
sesid
Type : Microsoft.ISAM.esent.Interop.JET_SESIDSession à utiliser.
TableID
Type : Microsoft.ISAM.esent.Interop.JET_TABLEIDCurseur à partir duquel récupérer la clé.
grbit
Type : Microsoft. ISAM. esent. Interop. RetrieveKeyGrbitRécupérez les options de clé.
Valeur de retour
Entrer []
Clé récupérée.