Méthode Api.JetGetRecordPosition
Retourne la position fractionnaire de l’enregistrement actif dans l’index actuel sous la forme d’une structure JET_RECPOS . Consultez également JetGotoPosition(JET_SESID, JET_TABLEID, JET_RECPOS).
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub JetGetRecordPosition ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
<OutAttribute> ByRef recpos As JET_RECPOS _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim recpos As JET_RECPOSApi.JetGetRecordPosition(sesid, _
tableid, recpos)
public static void JetGetRecordPosition(
JET_SESID sesid,
JET_TABLEID tableid,
out JET_RECPOS recpos
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur positionné sur l’enregistrement.
recposer
Type : Microsoft.Isam.Esent.Interop.JET_RECPOSRetourne la position fractionnaire approximative de l’enregistrement.