This document is archived and information here might be outdated. Recommended version. |
Provides access to members that provide information about the Workspace's connected database.
Use IDatabaseConnectionInfo2 when you want to know the type of DBMS the workspace is connected to. For example, when connected to a SQLServer database ConnectionDBMSwill return the enumeration value corresponding to a SQLServer database.
Name | Description | |
---|---|---|
ConnectedDatabase | The name of the connected database. It may be different from the DATABASE property in the workspace's connection properties. | |
ConnectedUser | The name of the connected user. It may be different from the USER property in the workspace's connection properties. | |
ConnectionCurrentDateTime | The current DBMS date/time. | |
ConnectionDBMS | The type of DBMS this workspace is connected to. | |
ConnectionServer | The server this workspace is connected to. | |
GeodatabaseServerClass | The ArcSDE server class. |
Interfaces | Description |
---|---|
IDatabaseConnectionInfo | Provides access to members that provide information about the Workspace's connected database. |
Classes | Description |
---|---|
SqlWorkspace (esriDataSourcesGDB) | Sql workspace |