Api.JetSetTableSequential 方法
通知数据库引擎应用程序正在扫描游标所在的整个索引。 因此,将优化用于访问索引数据的方法,使此方案尽可能快。 另请参阅 JetResetTableSequential (JET_SESID、JET_TABLEID、ResetTableSequentialGrbit) 。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetSetTableSequential ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
grbit As SetTableSequentialGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As SetTableSequentialGrbitApi.JetSetTableSequential(sesid, _
tableid, grbit)
public static void JetSetTableSequential(
JET_SESID sesid,
JET_TABLEID tableid,
SetTableSequentialGrbit grbit
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID将访问数据的游标。
grbit
类型: Microsoft.Isam.Esent.Interop.SetTableSequentialGrbit保留供将来使用。