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

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间