Api.JetGetRecordPosition 方法
以 JET_RECPOS 结构的形式返回当前索引中当前记录的小数位置。 另请参阅 JetGotoPosition (JET_SESID、JET_TABLEID JET_RECPOS) 。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'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
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID光标位于记录上。
recpos
类型: Microsoft.Isam.Esent.Interop.JET_RECPOS返回记录的近似小数位置。