IDTSOutputColumnCollection90 Methods

Public Methods

  Name Description
ms211641.pubmethod(en-US,SQL.90).gif FindObjectByID
Locates the requested object in a collection by its ID.
ms211641.pubmethod(en-US,SQL.90).gif FindObjectIndexByID
Locates the index of the requested object in the collection by its ID.
ms211641.pubmethod(en-US,SQL.90).gif GetEnumerator
Returns an enumerator that can iterate through an output column collection.
ms211641.pubmethod(en-US,SQL.90).gif GetObjectByID
Retrieves the output column object that has the specified ID from a collection.
ms211641.pubmethod(en-US,SQL.90).gif GetObjectIndexByID
Retrieves the location of an output column in a collection.
ms211641.pubmethod(en-US,SQL.90).gif GetOutputColumnByLineageID
Retrieves an output column object with the specified lineage ID from a collection.
ms211641.pubmethod(en-US,SQL.90).gif New
Creates an output column object and adds it to a collection.
ms211641.pubmethod(en-US,SQL.90).gif NewAt
Creates a new output column object and adds it to a collection at the specified index.
ms211641.pubmethod(en-US,SQL.90).gif RemoveAll
Deletes all the output column objects from a collection.
ms211641.pubmethod(en-US,SQL.90).gif RemoveObjectByID
Deletes the output column object with the specified ID from a collection.
ms211641.pubmethod(en-US,SQL.90).gif RemoveObjectByIndex
Removes the IDTSOutputColumn90 object at the specified location in a collection.
ms211641.pubmethod(en-US,SQL.90).gif SetIndex
Moves an output column to a new location in a collection.

See Also

Reference

IDTSOutputColumnCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace