| Overload | Description | 
|---|---|
| Geodatabase Constructor(DatabaseConnectionProperties) | Opens an enterprise geodatabase with the specified connection properties. This method must be called on the MCT. Use QueuedTask.Run. | 
| Geodatabase Constructor(DatabaseConnectionFile) | Opens an enterprise geodatabase with the specified connection file. This method must be called on the MCT. Use QueuedTask.Run. | 
| Geodatabase Constructor(FileGeodatabaseConnectionPath) | Opens a file geodatabase with the specified connectionPath. This method must be called on the MCT. Use QueuedTask.Run. | 
| Geodatabase Constructor(ServiceConnectionProperties) | Opens a web geodatabase given a serviceConnectionProperties to a valid feature service location. This method must be called on the MCT. Use QueuedTask.Run. | 
| Geodatabase Constructor(MobileGeodatabaseConnectionPath) | Opens a mobile geodatabase with the specified connectionPath. This method must be called on the MCT. Use QueuedTask.Run. | 
| Geodatabase Constructor(MemoryConnectionProperties) | Opens a memory geodatabase with the specified memoryConnectionProperties. This method must be called on the MCT. Use QueuedTask.Run. |