Share via


Api.JetGetTableIndexInfo 메서드(JET_SESID, JET_TABLEID, String, JET_INDEXLIST)

참고: 이 API는 이제 사용되지 않습니다.

테이블의 인덱스에 대한 정보를 검색합니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'Declaration
<ObsoleteAttribute("Use the overload that takes a JET_IdxInfo parameter, passing in JET_IdxInfo.List")> _
Public Shared Sub JetGetTableIndexInfo ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    indexname As String, _
    <OutAttribute> ByRef indexlist As JET_INDEXLIST _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim indexname As String
Dim indexlist As JET_INDEXLISTApi.JetGetTableIndexInfo(sesid, _
    tableid, indexname, indexlist)
[ObsoleteAttribute("Use the overload that takes a JET_IdxInfo parameter, passing in JET_IdxInfo.List")]
public static void JetGetTableIndexInfo(
    JET_SESID sesid,
    JET_TABLEID tableid,
    string indexname,
    out JET_INDEXLIST indexlist
)

매개 변수

  • indexname
    형식: System.String

    이 매개 변수는 무시됩니다.

추가 정보

참조

Api 클래스

Api 멤버

JetGetTableIndexInfo 오버로드

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