Api.JetGotoPosition 方法
将光标移动到新位置,该位置是当前索引的一小部分。 另请参阅 JetGetRecordPosition (JET_SESID、JET_TABLEID JET_RECPOS) 。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'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
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要定位的光标。
recpos
类型: Microsoft.Isam.Esent.Interop.JET_RECPOS要移动到的大致位置。