This document is archived and information here might be outdated.  Recommended version.


ISetDefaultConnectionInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISetDefaultConnectionInfo Interface
ArcGIS Developer Help

ISetDefaultConnectionInfo Interface

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

Product Availability

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

Members

Name Description
Method SetParameters Sets ArcSDE connection property parameters.

Classes that implement ISetDefaultConnectionInfo

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