Api.JetGetTableInfo メソッド (JET_SESID、JET_TABLEID、Int32、JET_TblInfo)

データベース内のテーブルに関するさまざまな情報を取得します。

Namespace: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, _
    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
)

パラメーター

  • 結果
    型: []

    取得された情報。

解説

このオーバーロードは、 SpaceUsageSpaceAlloc で使用されます。

関連項目

リファレンス

Api クラス

Api メンバー

JetGetTableInfo オーバーロード

Microsoft.Isam.Esent.Interop 名前空間