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