Método Api.JetSetTableSequential
Notifica al motor de base de datos que la aplicación está examinando todo el índice en el que se coloca el cursor. Por lo tanto, los métodos que se usan para acceder a los datos de índice se ajustarán para que este escenario sea lo más rápido posible. Consulte también JetResetTableSequential(JET_SESID, JET_TABLEID, ResetTableSequentialGrbit).
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'Declaration
Public Shared Sub JetSetTableSequential ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
grbit As SetTableSequentialGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As SetTableSequentialGrbitApi.JetSetTableSequential(sesid, _
tableid, grbit)
public static void JetSetTableSequential(
JET_SESID sesid,
JET_TABLEID tableid,
SetTableSequentialGrbit grbit
)
Parámetros
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSesión que se va a usar.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursor que va a acceder a los datos.
grbit
Tipo: Microsoft.Isam.Esent.Interop.SetTableSequentialGrbitReservado para uso futuro.