Api.JetGetBookmark 方法
检索与光标当前位置的索引项关联的记录的书签。 然后,可以使用此书签将光标重新定位到使用 JetGotoBookmark (JET_SESID、JET_TABLEID、[]、Int32) 的同一记录。 书签将不超过 BookmarkMost 字节。 另请参阅 GetBookmark (JET_SESID,JET_TABLEID) 。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetGetBookmark ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
bookmark As Byte(), _
bookmarkSize As Integer, _
<OutAttribute> ByRef actualBookmarkSize As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim bookmark As Byte()
Dim bookmarkSize As Integer
Dim actualBookmarkSize As IntegerApi.JetGetBookmark(sesid, tableid, _
bookmark, bookmarkSize, actualBookmarkSize)
public static void JetGetBookmark(
JET_SESID sesid,
JET_TABLEID tableid,
byte[] bookmark,
int bookmarkSize,
out int actualBookmarkSize
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要从中检索书签的游标。
书签 (bookmark)
类型:[]用于包含书签的缓冲区。
bookmarkSize
类型: System.Int32书签缓冲区的大小。
actualBookmarkSize
类型: System.Int32返回书签的实际大小。