ArcObjects Library Reference (GISClient)  

ISDSServerObjectAdmin.DataSourceNames Property

The data source names.

[Visual Basic .NET]
Public ReadOnly Property DataSourceNames As IEnumBSTR
[C#]
public IEnumBSTR DataSourceNames {get;}
[C++]
HRESULT get_DataSourceNames(
  IEnumBSTR** ppNames
);
[C++]

Parameters

ppNames [out, retval]

  ppNames is a parameter of type IEnumBSTR

Product Availability

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

See Also

ISDSServerObjectAdmin Interface