Api.JetSetCurrentIndex 方法

设置游标的当前索引。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Shared Sub JetSetCurrentIndex ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    index As String _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As StringApi.JetSetCurrentIndex(sesid, tableid, _
    index)
public static void JetSetCurrentIndex(
    JET_SESID sesid,
    JET_TABLEID tableid,
    string index
)

参数

  • 索引
    类型: System.String

    要选择的索引的名称。 如果为 null 或空,则选择主索引。

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间