Méthode Api.JetGotoPosition
Déplace un curseur vers un nouvel emplacement qui représente une fraction de l’index actuel. Consultez également JetGetRecordPosition(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 JetGotoPosition ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
recpos As JET_RECPOS _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim recpos As JET_RECPOSApi.JetGotoPosition(sesid, tableid, _
recpos)
public static void JetGotoPosition(
JET_SESID sesid,
JET_TABLEID tableid,
JET_RECPOS recpos
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur à placer.
recposer
Type : Microsoft.Isam.Esent.Interop.JET_RECPOSPosition approximative vers laquelle se déplacer.