Metode Api.JetGetTableInfo (JET_SESID, JET_TABLEID, Int32 , JET_TblInfo)

Mengambil berbagai informasi tentang tabel dalam database.

Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)

Sintaks

'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
)

Parameter

  • hasil
    Jenis: []

    Informasi yang diambil.

Keterangan

Kelebihan beban ini digunakan dengan SpaceUsage dan SpaceAlloc.

Lihat juga

Referensi

Kelas Api

Anggota api

Kelebihan beban JetGetTableInfo

Namespace Microsoft.Isam.Esent.Interop