IDTSInputColumnCollection90 Members

Contains a collection of IDTSInputColumn90 columns.

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

Public Properties

  Name Description
ms211514.pubproperty(en-US,SQL.90).gif Count Gets the number of columns contained in a collection.
ms211514.pubproperty(en-US,SQL.90).gif Item Gets the IDTSInputColumn90 object specified by the Index parameter.

Top

Public Methods

  Name Description
ms211514.pubmethod(en-US,SQL.90).gif FindObjectByID Locates the requested object in a collection by its ID.
ms211514.pubmethod(en-US,SQL.90).gif FindObjectIndexByID Locates the index of the requested object in a collection by its ID.
ms211514.pubmethod(en-US,SQL.90).gif GetEnumerator Returns an enumerator that can iterate through an IDTSInputColumnCollection90.
ms211514.pubmethod(en-US,SQL.90).gif GetInputColumnByLineageID Retrieves an IDTSInputColumn90 object that has the specified lineage ID.
ms211514.pubmethod(en-US,SQL.90).gif GetInputColumnByName Retrieves an IDTSInputColumn90 object having the specified name.
ms211514.pubmethod(en-US,SQL.90).gif GetObjectByID Gets the IDTSInputColumn90 object having the specified ID.
ms211514.pubmethod(en-US,SQL.90).gif GetObjectIndexByID Gets the index of an IDTSInputColumn90 object that has the specified ID.
ms211514.pubmethod(en-US,SQL.90).gif New Creates a new IDTSInputColumn90 and adds it to a collection.
ms211514.pubmethod(en-US,SQL.90).gif NewAt Creates a new IDTSInputColumn90 object and adds it to a collection at the specified index.
ms211514.pubmethod(en-US,SQL.90).gif RemoveAll Deletes every IDTSInputColumnCollection90 object in a collection.
ms211514.pubmethod(en-US,SQL.90).gif RemoveObjectByID Deletes an IDTSInputColumn90 object specified by ID.
ms211514.pubmethod(en-US,SQL.90).gif RemoveObjectByIndex Deletes an IDTSInputColumn90 at the specified location in the collection.
ms211514.pubmethod(en-US,SQL.90).gif SetIndex Changes the location of an IDTSInputColumn90 object specified by the lOldIndex parameter.

Top

See Also

Reference

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