ArcObjects Library Reference (GeoDatabase)  

ISetDefaultConnectionInfo Interface

Provides access to default connection information for a remote database (ArcSDE). Note: the ISetDefaultConnectionInfo interface has been superseded byISetDefaultConnectionInfo3. Please consider using the more recent version.

Product Availability

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

Members

Description
Method SetParameters Sets ArcSDE connection property parameters.

CoClasses that implement ISetDefaultConnectionInfo

CoClasses and Classes Description
SdeWorkspaceFactory (esriDataSourcesGDB) Esri SDE Workspace Factory.

Remarks

ISetDefaultConnectionInfo is an optional interface supported by the SDEWorkspaceFactory. It allows setting of default values for the user, password and version connection properties on a per server and instance basis. These default values will be used by the Open method in those cases where the caller of the method does not supply values for these properties at call time and by the OpenFromFile method in those cases where the connection file contains partial connection information.

See Also

IWorkspaceFactory Interface