Udostępnij przez


IDTSOutputColumnCollection100 Members

Contains a collection of IDTSOutputColumn100 columns.

The following tables list the members exposed by the IDTSOutputColumnCollection100 type.

Public Properties

  Name Description
Bb523850.pubproperty(pl-pl,SQL.100).gif Count Gets the number of IDTSOutput100 columns in the collection.
Bb523850.pubproperty(pl-pl,SQL.100).gif Item Gets the IDTSOutputColumn100 specified by the Index parameter.

Top

Public Methods

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

Top