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 certain information about the given database.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetGetDatabaseInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
<OutAttribute> ByRef dbinfomisc As JET_DBINFOMISC, _
infoLevel As JET_DbInfo _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim dbinfomisc As JET_DBINFOMISC
Dim infoLevel As JET_DbInfoApi.JetGetDatabaseInfo(sesid, dbid, _
dbinfomisc, infoLevel)
public static void JetGetDatabaseInfo(
JET_SESID sesid,
JET_DBID dbid,
out JET_DBINFOMISC dbinfomisc,
JET_DbInfo infoLevel
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
dbid
Type: Microsoft.Isam.Esent.Interop.JET_DBIDThe database identifier.
dbinfomisc
Type: Microsoft.Isam.Esent.Interop.JET_DBINFOMISCThe value to be retrieved.
infoLevel
Type: Microsoft.Isam.Esent.Interop.JET_DbInfoThe specific data to retrieve.