ArcObjects Library Reference (GeoDatabase)  

IWorkspace.ConnectionProperties Property

The connection properties of the workspace.

[Visual Basic .NET]
Public ReadOnly Property ConnectionProperties As IPropertySet
[C#]
public IPropertySet ConnectionProperties {get;}
[C++]
HRESULT get_ConnectionProperties(
  IPropertySet** ConnectionProperties
);
[C++]

Parameters

ConnectionProperties [out, retval]

  ConnectionProperties is a parameter of type IPropertySet

Product Availability

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

Remarks

The ConnectionProperties property of a workspace returns the set of named connection properties for this workspace.

See Also

IWorkspace Interface