ArcObjects Library Reference (GISClient)  

ISDSServerObjectAdmin.DataSourceConfiguration Property

The configuration of a data source.

[Visual Basic .NET]
Public Function get_DataSourceConfiguration ( _
    ByVal Name As String _
) As ISDSDataSourceConfiguration
[C#]
public ISDSDataSourceConfiguration get_DataSourceConfiguration (
    string Name
);
[C++]
HRESULT get_DataSourceConfiguration(
  BSTR Name,
  ISDSDataSourceConfiguration** ppConfig
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR ppConfig [out, retval]

  ppConfig is a parameter of type ISDSDataSourceConfiguration

Product Availability

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

See Also

ISDSServerObjectAdmin Interface