Api.JetSetCurrentIndex4 方法
设置游标的当前索引。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetSetCurrentIndex4 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
index As String, _
indexid As JET_INDEXID, _
grbit As SetCurrentIndexGrbit, _
itagSequence As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As String
Dim indexid As JET_INDEXID
Dim grbit As SetCurrentIndexGrbit
Dim itagSequence As IntegerApi.JetSetCurrentIndex4(sesid, _
tableid, index, indexid, grbit, itagSequence)
public static void JetSetCurrentIndex4(
JET_SESID sesid,
JET_TABLEID tableid,
string index,
JET_INDEXID indexid,
SetCurrentIndexGrbit grbit,
int itagSequence
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要设置索引的光标。
索引
类型: System.String要选择的索引的名称。 如果为 null 或空,则选择主索引。
indexid
类型: Microsoft.Isam.Esent.Interop.JET_INDEXID要选择的索引的 ID。 可以使用 JetGetIndexInfo 或 JetGetTableIndexInfo 和 IndexId 选项获取此 ID。
grbit
类型: Microsoft.Isam.Esent.Interop.SetCurrentIndexGrbit设置索引选项。
itagSequence
类型: System.Int32用于在新索引上定位光标的多值列值的序列号。 此参数仅与 NoMove 一起使用。 如果此参数不存在或设置为零,则假定其值为 1。