Bagikan melalui


IDTSInputColumnCollection100 Members

Include Protected Members
Include Inherited Members

Contains a collection of IDTSInputColumn100 columns.

The IDTSInputColumnCollection100 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 a collection by its ID.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an enumerator that can iterate through an IDTSInputColumnCollection100.
Public method GetInputColumnByLineageID(Int32) Retrieves an IDTSInputColumn100 object that has the specified lineage ID.
Public method GetInputColumnByName(String, String) Retrieves an IDTSInputColumn100 object having the specified name.
Public method GetObjectByID(Int32) Gets the IDTSInputColumn100 object having the specified ID.
Public method GetObjectIndexByID(Int32) Gets the index of an IDTSInputColumn100 object that has the specified ID.
Public method New() Creates a new IDTSInputColumn100 and adds it to a collection.
Public method NewAt(Int32) Creates a new IDTSInputColumn100 object and adds it to a collection at the specified index.
Public method RemoveAll() Deletes every IDTSInputColumnCollection100 object in a collection.
Public method RemoveObjectByID(Int32) Deletes an IDTSInputColumn100 object specified by ID.
Public method RemoveObjectByIndex(Object) Deletes an IDTSInputColumn100 at the specified location in the collection.
Public method SetIndex(Int32, Int32) Changes the location of an IDTSInputColumn100 object specified by the lOldIndex parameter.

Top

Properties

  Name Description
Public property Count Gets the number of columns contained in a collection.
Public property Item[Object] Gets the IDTSInputColumn100 object specified by the Index parameter.

Top