Api.ResetIndexRange 메서드
JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit) 또는 TrySetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit)로 만든 인덱스 범위를 제거합니다. 인덱스 범위가 없으면 이 메서드는 아무 것도 수행하지 않습니다.
네임스페이스: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인덱스 범위를 제거할 커서입니다.