JET_DBINFOMISC class

Holds miscellaneous information about a database. This is the information that is contained in the database header.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.JET_DBINFOMISC

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class JET_DBINFOMISC _
    Implements IEquatable(Of JET_DBINFOMISC)
'Usage
Dim instance As JET_DBINFOMISC
[SerializableAttribute]
public sealed class JET_DBINFOMISC : IEquatable<JET_DBINFOMISC>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

JET_DBINFOMISC members

Microsoft.Isam.Esent.Interop namespace