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


IWorkspaceFactory.ReadConnectionPropertiesFromFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceFactory Interface > IWorkspaceFactory.ReadConnectionPropertiesFromFile Method
ArcGIS Developer Help

IWorkspaceFactory.ReadConnectionPropertiesFromFile Method

The connection properties from the specified file.

[Visual Basic .NET]
Public Function ReadConnectionPropertiesFromFile ( _
    ByVal fileName As String _
) As IPropertySet
[C#]
public IPropertySet ReadConnectionPropertiesFromFile (
    string fileName
);
[C++]
HRESULT ReadConnectionPropertiesFromFile(
  BSTR fileName
);
[C++]
Parameters
fileName [in]

fileName is a parameter of type BSTR

Product Availability

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

Remarks

The filename parameter represents the pathname of a file that contains the connection information to be placed into the IPropertySet variable.

See Also

IWorkspaceFactory Interface