Metode Api.GetBookmark

Mengambil bookmark untuk rekaman yang terkait dengan entri indeks pada posisi kursor saat ini. Bookmark ini kemudian dapat digunakan untuk memposisikan ulang kursor tersebut kembali ke rekaman yang sama menggunakan JetGotoBookmark.

Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)

Sintaks

'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
)

Parameter

Nilai kembali

Jenis: []
Bookmark rekaman.

Lihat juga

Referensi

Kelas Api

Anggota api

Namespace Microsoft.Isam.Esent.Interop