ArcObjects Library Reference (GISClient)  

ISDSServerObjectAdmin.DeleteDataSource Method

*** .NET only *** Delete data source.

[Visual Basic .NET]
Public Sub DeleteDataSource ( _
    ByVal dataSource As String _
)
[C#]
public void DeleteDataSource (
    string dataSource
);
[C++]
HRESULT DeleteDataSource(
  BSTR dataSource
);
[C++]

Parameters

dataSource [in]   dataSource is a parameter of type BSTR

Product Availability

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

See Also

ISDSServerObjectAdmin Interface