Api.GetTableIndexes 메서드(JET_SESID, JET_TABLEID)
테이블의 모든 인덱스를 반복하여 각 인덱스에 대한 정보를 반환합니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
구문
'Declaration
Public Shared Function GetTableIndexes ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
) As IEnumerable(Of IndexInfo)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As IEnumerable(Of IndexInfo)
returnValue = Api.GetTableIndexes(sesid, _
tableid)
public static IEnumerable<IndexInfo> GetTableIndexes(
JET_SESID sesid,
JET_TABLEID tableid
)
매개 변수
sesid
형식: Microsoft.Isam.Esent.Interop.JET_SESID사용할 세션입니다.
tableid
형식: Microsoft.Isam.Esent.Interop.JET_TABLEID인덱스 정보를 검색할 테이블입니다.
반환 값
형식: System.Collections.Generic.IEnumerable<IndexInfo>
테이블의 각 인덱스에서 IndexInfo를 반복합니다.