JET_INSTANCE_INFO class
Receives information about running database instances when used with the JetGetInstanceInfo and JetOSSnapshotFreeze functions.
Inheritance hierarchy
System.Object
Microsoft.Isam.Esent.Interop.JET_INSTANCE_INFO
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Class JET_INSTANCE_INFO _
Implements IEquatable(Of JET_INSTANCE_INFO)
'Usage
Dim instance As JET_INSTANCE_INFO
public class JET_INSTANCE_INFO : IEquatable<JET_INSTANCE_INFO>
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.