Data Management Object Model Reference

IDataSources.Remove Method 

Removes a datasource from the datasources collection

[Visual Basic]
Sub Remove( _
   ByVal ds As Object _
)
[C#]
void Remove(
   object ds
);

See Also

IDataSources Interface | SPSSMR.Data.Transformations Namespace