Api.JetResetTableSequential メソッド

アプリケーションがカーソルが置かれているインデックス全体をスキャンしなくなったことをデータベース エンジンに通知します。 この呼び出しは、 JetSetTableSequential(JET_SESID, JET_TABLEID, SetTableSequentialGrbit) によって送信された通知を取り消します。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

'Declaration
Public Shared Sub JetResetTableSequential ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    grbit As ResetTableSequentialGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As ResetTableSequentialGrbitApi.JetResetTableSequential(sesid, _
    tableid, grbit)
public static void JetResetTableSequential(
    JET_SESID sesid,
    JET_TABLEID tableid,
    ResetTableSequentialGrbit grbit
)

パラメーター

こちらもご覧ください

リファレンス

Api クラス

API メンバー

Microsoft.Isam.Esent.Interop 名前空間