Share via


Api.JetGetTableInfo 메서드(JET_SESID, JET_TABLEID, JET_OBJECTINFO, JET_TblInfo)

데이터베이스의 테이블에 대한 다양한 정보를 검색합니다.

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

구문

'Declaration
Public Shared Sub JetGetTableInfo ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    <OutAttribute> ByRef result As JET_OBJECTINFO, _
    infoLevel As JET_TblInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim result As JET_OBJECTINFO
Dim infoLevel As JET_TblInfoApi.JetGetTableInfo(sesid, tableid, _
    result, infoLevel)
public static void JetGetTableInfo(
    JET_SESID sesid,
    JET_TABLEID tableid,
    out JET_OBJECTINFO result,
    JET_TblInfo infoLevel
)

매개 변수

설명

이 오버로드는 Default와 함께 사용됩니다.

추가 정보

참조

Api 클래스

Api 멤버

JetGetTableInfo 오버로드

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