Udostępnij przez


IDTSInputColumnCollection100 Members

Contains a collection of IDTSInputColumn100 columns.

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

Public Properties

  Name Description
Bb500655.pubproperty(pl-pl,SQL.100).gif Count Gets the number of columns contained in a collection.
Bb500655.pubproperty(pl-pl,SQL.100).gif Item Gets the IDTSInputColumn100 object specified by the Index parameter.

Top

Public Methods

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

Top