JET_INSTANCE structure
A JET_INSTANCE contains a handle to the instance of the database to use for calls to the JET API.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Structure JET_INSTANCE _
Implements IEquatable(Of JET_INSTANCE), IFormattable
'Usage
Dim instance As JET_INSTANCE
public struct JET_INSTANCE : IEquatable<JET_INSTANCE>,
IFormattable
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.