This document is archived and information here might be outdated.  Recommended version.


IDatabaseConnectionInfo3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatabaseConnectionInfo3 Interface
ArcGIS Developer Help

IDatabaseConnectionInfo3 Interface

Provides access to members that provide information about the Workspace's connected database.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property ConnectedDatabase The name of the connected database. It may be different from the DATABASE property in the workspace's connection properties.
Read-only property ConnectedDatabaseEx The name of the connected database. It may be different from the DATABASE property in the workspace's connection properties. Works on Oracle.
Read-only property ConnectedUser The name of the connected user. It may be different from the USER property in the workspace's connection properties.
Read-only property ConnectedUsers The current connections to the database.
Read-only property ConnectionCurrentDateTime The current DBMS date/time.
Read-only property ConnectionDBMS The type of DBMS this workspace is connected to.
Read-only property ConnectionServer The server this workspace is connected to.
Method DisconnectUser Disconnect a user connection to the database.
Read-only property GeodatabaseServerClass The ArcSDE server class.
Read/write property IsAcceptingConnections Is the database accepting connections.

Inherited Interfaces

Interfaces Description
IDatabaseConnectionInfo2 Provides access to members that provide information about the Workspace's connected database.
IDatabaseConnectionInfo Provides access to members that provide information about the Workspace's connected database.

Classes that implement IDatabaseConnectionInfo3

Classes Description