アプリケーションがカーソルを置いたインデックス全体をスキャンしていることをデータベース エンジンに通知します。 そのため、インデックス データへのアクセスに使用されるメソッドは、このシナリオをできるだけ速くするために調整されます。 JetResetTableSequential(JET_SESID, JET_TABLEID, ResetTableSequentialGrbit) も参照してください。
Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'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
)
パラメーター
sesid
種類: Microsoft.Isam.Esent.Interop.JET_SESID使用するセッション。
tableid
種類: Microsoft.Isam.Esent.Interop.JET_TABLEIDデータにアクセスするカーソル。
grbit
種類: Microsoft.Isam.Esent.Interop.SetTableSequentialGrbit将来利用するために予約されています。