ArcObjects Library Reference (GeoDatabase)  

IDatabaseConnectionInfo2 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.

When To Use

Use IDatabaseConnectionInfo2 when you want to know the type of DBMS the workspace is connected to. For example, when connected to a SQLServer database ConnectionDBMS will return the enumeration value corresponding to a SQLServer database.

 

 

Members

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 ConnectedUser The name of the connected user. It may be different from the USER property in the workspace's connection properties.
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.
Read-only property GeodatabaseServerClass The ArcSDE server class.

Inherited Interfaces

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

CoClasses that implement IDatabaseConnectionInfo2

CoClasses and Classes Description
SqlWorkspace (esriDataSourcesGDB) Sql workspace