IDTSResultBindings.Remove(Object) Method

Definition

Removes the specified IDTSResultBinding object from the collection.

public:
 void Remove(System::Object ^ resultName);
public void Remove (object resultName);
abstract member Remove : obj -> unit
Public Sub Remove (resultName As Object)

Parameters

resultName
Object

The name of the result binding to remove.

Applies to