Api.JetSetCurrentIndex2 方法
设置游标的当前索引。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetSetCurrentIndex2 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
index As String, _
grbit As SetCurrentIndexGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As String
Dim grbit As SetCurrentIndexGrbitApi.JetSetCurrentIndex2(sesid, _
tableid, index, grbit)
public static void JetSetCurrentIndex2(
JET_SESID sesid,
JET_TABLEID tableid,
string index,
SetCurrentIndexGrbit grbit
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要设置索引的游标。
索引
类型: System.String要选择的索引的名称。 如果为 null 或为空,则将选择主索引。
grbit
类型: Microsoft.Isam.Esent.Interop.SetCurrentIndexGrbit设置索引选项。