Share via


Api.GetBookmark 方法

擷取與游標目前位置之索引項目目相關聯的記錄書簽。 然後,此書簽可用來使用 JetGotoBookmark 將該游標重新置放回相同的記錄。

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

語法

'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 命名空間