IDTSParameterBindings Interface

Definition

Represents a collection of IDTSParameterBinding objects.

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

Methods

Add()

Adds a new IDTSParameterBinding object to the collection.

Clear()

Clears all objects from the IDTSParameterBindings collection.

GetBinding(Int32)

Retrieves the specified IDTSParameterBinding object from the collection.

Remove(Object)

Removes the specified IDTSParameterBinding object from the collection.

Applies to