JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit) または TrySetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit) で作成されたインデックス範囲を削除します。 インデックス範囲が存在しない場合、このメソッドは何も行いません。
Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'Declaration
Public Shared Sub ResetIndexRange ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEIDApi.ResetIndexRange(sesid, tableid)
public static void ResetIndexRange(
JET_SESID sesid,
JET_TABLEID tableid
)
パラメーター
sesid
種類: Microsoft.Isam.Esent.Interop.JET_SESID使用するセッション。
tableid
種類: Microsoft.Isam.Esent.Interop.JET_TABLEIDインデックス範囲を削除するカーソル。