Share via


IDTSOutputColumnCollection100 Members

Include Protected Members
Include Inherited Members

Contains a collection of IDTSOutputColumn100 columns.

The IDTSOutputColumnCollection100 type exposes the following members.

Methods

  Name Description
Public method FindObjectByID(Int32) Locates the requested object in a collection by its ID.
Public method FindObjectIndexByID(Int32) Locates the index of the requested object in the collection by its ID.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an enumerator that can iterate through an output column collection.
Public method GetObjectByID(Int32) Retrieves the output column object that has the specified ID from a collection.
Public method GetObjectIndexByID(Int32) Retrieves the location of an output column in a collection.
Public method GetOutputColumnByLineageID(Int32) Retrieves an output column object with the specified lineage ID from a collection.
Public method New() Creates an output column object and adds it to a collection.
Public method NewAt(Int32) Creates a new output column object and adds it to a collection at the specified index.
Public method RemoveAll() Deletes all the output column objects from a collection.
Public method RemoveObjectByID(Int32) Deletes the output column object with the specified ID from a collection.
Public method RemoveObjectByIndex(Object) Removes the IDTSOutputColumn100 object at the specified location in a collection.
Public method SetIndex(Int32, Int32) Moves an output column to a new location in a collection.

Top

Properties

  Name Description
Public property Count Gets the number of IDTSOutput100 columns in the collection.
Public property Item[Object] Gets the IDTSOutputColumn100 specified by the Index parameter.

Top