Edit

JET_INSTANCE_INFO members

Include protected members
Include inherited members

Receives information about running database instances when used with the JetGetInstanceInfo and JetOSSnapshotFreeze functions.

The JET_INSTANCE_INFO type exposes the following members.

Properties

  Name Description
Public property cDatabases Gets the number of databases that are attached to the database instance.
Public property hInstanceId Gets the JET_INSTANCE of the given instance.
Public property szDatabaseFileName Gets a collection of strings, each holding the file name of a database that is attached to the database instance. The array has cDatabases elements.
Public property szInstanceName Gets the name of the database instance. This value can be null if the instance does not have a name.

Top

Methods

  Name Description
Public method Equals(Object) Returns a value indicating whether this instance is equal to another instance. (Overrides Object.Equals(Object).)
Public method Equals(JET_INSTANCE_INFO) Returns a value indicating whether this instance is equal to another instance.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Generate a string representation of the instance. (Overrides Object.ToString().)

Top

See also

Reference

JET_INSTANCE_INFO class

Microsoft.Isam.Esent.Interop namespace