Api.JetSetLS 方法
使应用程序能够将称为“本地存储”的上下文句柄与游标或与该游标关联的表相关联。 应用程序可以使用此上下文句柄来存储与游标或表关联的辅助数据。 稍后,当必须释放上下文句柄时,将使用运行时回调通知应用程序。 这样就可以将动态分配的状态与游标或表相关联。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetSetLS ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
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.JetSetLS(sesid, tableid, ls, _
grbit)
public static void JetSetLS(
JET_SESID sesid,
JET_TABLEID tableid,
JET_LS ls,
LsGrbit grbit
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要使用的游标。
ls
类型: Microsoft.Isam.Esent.Interop.JET_LS要与会话或游标关联的上下文句柄。
grbit
类型: Microsoft.Isam.Esent.Interop.LsGrbit设置选项。