Api.JetGetRecordPosition-Methode
Gibt die Bruchposition des aktuellen Datensatzes im aktuellen Index in Form einer JET_RECPOS-Struktur zurück. Siehe auch JetGotoPosition(JET_SESID, JET_TABLEID, JET_RECPOS).
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'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
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie zu verwendende Sitzung.
tableid
Typ: Microsoft.Isam.Esent.Interop.JET_TABLEIDDer Cursor, der auf dem Datensatz positioniert ist.
recpos
Typ: Microsoft.Isam.Esent.Interop.JET_RECPOSGibt die ungefähre Bruchposition des Datensatzes zurück.