IDTSParameterBindings Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |