Share via


Metode Api.JetGetLS

Memungkinkan aplikasi untuk mengambil handel konteks yang dikenal sebagai Penyimpanan Lokal yang terkait dengan kursor atau tabel yang terkait dengan kursor tersebut. Handel konteks ini sebelumnya harus diatur menggunakan JetSetLS(JET_SESID, JET_TABLEID, JET_LS, LsGrbit). JetGetLS juga dapat digunakan untuk mengambil handel konteks saat ini secara bersamaan untuk kursor atau tabel dan mengatur ulang handel konteks tersebut.

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

Sintaks

'Declaration
Public Shared Sub JetGetLS ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    <OutAttribute> ByRef ls As JET_LS, _
    grbit As LsGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim ls As JET_LS
Dim grbit As LsGrbitApi.JetGetLS(sesid, tableid, ls, _
    grbit)
public static void JetGetLS(
    JET_SESID sesid,
    JET_TABLEID tableid,
    out JET_LS ls,
    LsGrbit grbit
)

Parameter

Lihat juga

Referensi

Kelas Api

Anggota api

Namespace Microsoft.Isam.Esent.Interop