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

Recupera varie informazioni su una tabella in un database.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
Public Shared Sub JetGetTableInfo ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    <OutAttribute> ByRef 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,
    out int result,
    JET_TblInfo infoLevel
)

Parametri

Commenti

Questo overload viene usato con SpaceOwned e SpaceAvailable.

Vedi anche

Riferimento

Classe Api

Membri dell'API

Overload jetGetTableInfo

Spazio dei nomi Microsoft.Isam.Esent.Interop