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