Api.JetGetTableInfo 方法 (JET_SESID、JET_TABLEID、JET_OBJECTINFO、JET_TblInfo)

擷取資料庫中資料表的各種資訊片段。

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in 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 命名空間