IDTSResultBindings 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 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. |