Api.JetGetTableInfo 方法 (JET_SESID, JET_TABLEID, Int32 , 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, _
    result As Integer(), _
    infoLevel As JET_TblInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim result As Integer()
Dim infoLevel As JET_TblInfoApi.JetGetTableInfo(sesid, tableid, _
    result, infoLevel)
public static void JetGetTableInfo(
    JET_SESID sesid,
    JET_TABLEID tableid,
    int[] result,
    JET_TblInfo infoLevel
)

參數

  • result
    類型: []

    擷取的資訊。

備註

此多載會與 SpaceUsageSpaceAlloc搭配使用。

另請參閱

參考

Api 類別

Api 成員

JetGetTableInfo 多載

Microsoft.Isam.Esent.Interop 命名空間