The connection information of the database.
[Visual Basic .NET] Public Property ConnectionProperties As IPropertySet
[C#] public IPropertySet ConnectionProperties {get; set;}
[C++]
HRESULT get_ConnectionProperties(
IPropertySet** ConnectionProperties
);
[C++]
HRESULT putref_ConnectionProperties(
IPropertySet* ConnectionProperties
);
[C++]Parameters
ConnectionProperties [out, retval]ConnectionProperties is a parameter of type IPropertySet
ConnectionProperties [in]ConnectionProperties is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.