Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, _
<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
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe table to retrieve information about.
result
Type: System.Int32Retrieved information.
infoLevel
Type: Microsoft.Isam.Esent.Interop.JET_TblInfoThe type of information to retrieve.
Remarks
This overload is used with SpaceOwned and SpaceAvailable.