Share via


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
)

매개 변수

반환 값

형식: System.Collections.Generic.IEnumerable<IndexInfo>
테이블의 각 인덱스에서 IndexInfo를 반복합니다.

추가 정보

참조

Api 클래스

Api 멤버

GetTableIndexes 오버로드

Microsoft.Isam.Esent.Interop 네임스페이스