Api.RetrieveKey, méthode
Récupère la clé de l’entrée d’index à la position actuelle d’un curseur.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: 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érer les options de clé.
Valeur retournée
Type : []
Clé récupérée.