ArcObjects Library Reference (Catalog)  

IGxDatabase Interface

Provides access to members that manage the properties of a GX database object. Note: the IGxDatabase interface has been superseded byIGxDatabase2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method Disconnect Disconnects or releases the connection to the underlying database.
Read-only property IsConnected Indicates if the database is connected.
Read-only property IsRemoteDatabase Indicates if the database is remote.
Read-only property Workspace The associated workspace.
Read/write property WorkspaceName The workspace name.

CoClasses that implement IGxDatabase

CoClasses and Classes Description
GxDatabase GxObject that represents a database.
GxGDSGeodatabase GxObject that represents an ArcGIS Geodatabase connection.
GxTrackingServerConnection (esriTrackingAnalystUI) A Catalog wrapper for tracking server connections.

.NET Samples

Utility wizard for basic schematic datasets configuration (Code Files: GenerateSchematicTemplate)