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

Retrieves various pieces of information about a table in a database.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

Parameters

  • result
    Type: []

    Retrieved information.

Remarks

This overload is used with SpaceUsage and SpaceAlloc.

See also

Reference

Api class

Api members

JetGetTableInfo overload

Microsoft.Isam.Esent.Interop namespace