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.
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 | |
|---|---|---|
![]() |
cDatabases | Gets the number of databases that are attached to the database instance. |
![]() |
hInstanceId | Gets the JET_INSTANCE of the given instance. |
![]() |
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. |
![]() |
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 | |
|---|---|---|
![]() |
Equals(Object) | Returns a value indicating whether this instance is equal to another instance. (Overrides Object.Equals(Object).) |
![]() |
Equals(JET_INSTANCE_INFO) | Returns a value indicating whether this instance is equal to another instance. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Generate a string representation of the instance. (Overrides Object.ToString().) |
Top
.gif)
.gif)
.gif)