Data Management Object Model Reference

IEventHandlers.Remove Method 

Removes a datasource from the datasources collection

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

See Also

IEventHandlers Interface | SPSSMR.Data.Transformations Namespace