Share via


Api.JetGotoBookmark 方法

將游標置於與指定書簽相關聯之記錄的索引項目目。 書簽可以與資料表上定義的任何索引搭配使用。 您可以使用 JetGetBookmark (JET_SESID、JET_TABLEID、[]、Int32、Int32) 來 擷取記錄的書簽。

Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

語法

'Declaration
Public Shared Sub JetGotoBookmark ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    bookmark As Byte(), _
    bookmarkSize As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim bookmark As Byte()
Dim bookmarkSize As IntegerApi.JetGotoBookmark(sesid, tableid, _
    bookmark, bookmarkSize)
public static void JetGotoBookmark(
    JET_SESID sesid,
    JET_TABLEID tableid,
    byte[] bookmark,
    int bookmarkSize
)

參數

  • 書籤 (bookmark)
    類型: []

    用來放置游標的書簽。

另請參閱

參考

Api 類別

Api 成員

Microsoft.Isam.Esent.Interop 命名空間