ArcObjects Library Reference (GISClient)  

ISDSServerObjectConfiguration.DataSourceName Property

The service data source name.

[Visual Basic .NET]
Public Property DataSourceName As String
[C#]
public string DataSourceName {get; set;}
[C++]
HRESULT get_DataSourceName(
  BSTR* pDSName
);
[C++]
HRESULT put_DataSourceName(
  BSTR pDSName
);
[C++]

Parameters

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

Product Availability

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

See Also

ISDSServerObjectConfiguration Interface