IDTSResultBindings Interface

Definition

Represents a collection of IDTSResultBinding objects.

public interface class IDTSResultBindings : System::Collections::IEnumerable
public interface IDTSResultBindings : System.Collections.IEnumerable
type IDTSResultBindings = interface
    interface IEnumerable
Public Interface IDTSResultBindings
Implements IEnumerable
Implements

Methods

Add()

Adds a new IDTSResultBinding object to the collection.

Clear()

Clears all objects from the IDTSResultBindings collection.

GetBinding(Int32)

Retrieves the specified IDTSResultBinding object from the collection.

Remove(Object)

Removes the specified IDTSResultBinding object from the collection.

Applies to