Api.GetBookmark 方法

检索与光标当前位置的索引项关联的记录的书签。 然后,可以使用此书签使用 JetGotoBookmark 将光标重新定位回同一记录。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Shared Function GetBookmark ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID _
) As Byte()
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As Byte()

returnValue = Api.GetBookmark(sesid, _
    tableid)
public static byte[] GetBookmark(
    JET_SESID sesid,
    JET_TABLEID tableid
)

参数

返回值

类型:[]
记录的书签。

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间