Compartir a través de


Método Api.JetSetCurrentIndex4

Establezca el índice actual de un cursor.

Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Sintaxis

'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
)

Parámetros

  • índice
    Tipo: System.String

    Nombre del índice que se va a seleccionar. Si es null o está vacío, se seleccionará el índice principal.

  • itagSequence
    Tipo: System.Int32

    Número de secuencia del valor de columna multivalor que se usará para colocar el cursor en el nuevo índice. Este parámetro solo se usa junto con NoMove. Cuando este parámetro no está presente o se establece en cero, se supone que su valor es 1.

Consulte también

Referencia

Clase de API

Miembros de api

Espacio de nombres Microsoft.Isam.Esent.Interop