Api.JetSetIndexRange 方法
暂时将游标可以使用 JetMove (JET_SESID、JET_TABLEID、Int32、MoveGrbit) 的索引项集限制为从当前索引项开始,并在与该游标中的搜索键指定的搜索条件匹配的索引项和指定的绑定条件结束的索引条目集。 以前必须使用 JetMakeKey (JET_SESID、JET_TABLEID、[]、Int32、MakeKeyGrbit) 构造搜索键。 另请参阅 TrySetIndexRange (JET_SESID、JET_TABLEID、SetIndexRangeGrbit) 。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetSetIndexRange ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
grbit As SetIndexRangeGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As SetIndexRangeGrbitApi.JetSetIndexRange(sesid, tableid, _
grbit)
public static void JetSetIndexRange(
JET_SESID sesid,
JET_TABLEID tableid,
SetIndexRangeGrbit grbit
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要设置索引范围的光标。
grbit
类型: Microsoft.Isam.Esent.Interop.SetIndexRangeGrbit索引范围选项。