Api.JetGotoPosition 方法
將游標移至新位置,該位置是透過目前索引的一小部分。 另請參閱 JetGetRecordPosition (JET_SESID、JET_TABLEID JET_RECPOS) 。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'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要移至的近似位置。