ArcObjects Library Reference (GISClient)  

ISDSServerObjectConfiguration.DataSourceConnectionProperties Property

The service data source connection properties (alternative to datasource name).

[Visual Basic .NET]
Public Property DataSourceConnectionProperties As IPropertySet
[C#]
public IPropertySet DataSourceConnectionProperties {get; set;}
[C++]
HRESULT get_DataSourceConnectionProperties(
  IPropertySet** ConnectionProperties
);
[C++]
HRESULT putref_DataSourceConnectionProperties(
  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.

See Also

ISDSServerObjectConfiguration Interface