Api.JetGetDatabaseFileInfo method (String, JET_DBINFOMISC, JET_DbInfo)
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 JetGetDatabaseFileInfo ( _
databaseName As String, _
<OutAttribute> ByRef dbinfomisc As JET_DBINFOMISC, _
infoLevel As JET_DbInfo _
)
'Usage
Dim databaseName As String
Dim dbinfomisc As JET_DBINFOMISC
Dim infoLevel As JET_DbInfoApi.JetGetDatabaseFileInfo(databaseName, _
dbinfomisc, infoLevel)
public static void JetGetDatabaseFileInfo(
string databaseName,
out JET_DBINFOMISC dbinfomisc,
JET_DbInfo infoLevel
)
Parameters
databaseName
Type: System.StringThe file name of the database.
dbinfomisc
Type: Microsoft.Isam.Esent.Interop.JET_DBINFOMISCThe value to be retrieved.
infoLevel
Type: Microsoft.Isam.Esent.Interop.JET_DbInfoThe specific data to retrieve.