Freigeben über


IDTSInputColumnCollection100-Member

Contains a collection of IDTSInputColumn100 columns.

Der IDTSInputColumnCollection100-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode FindObjectByID Locates the requested object in a collection by its ID.
Öffentliche Methode FindObjectIndexByID Locates the index of the requested object in a collection by its ID.
Öffentliche Methode GetEnumerator (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSInputColumnCollection100.
Öffentliche Methode GetInputColumnByLineageID Retrieves an IDTSInputColumn100 object that has the specified lineage ID.
Öffentliche Methode GetInputColumnByName Retrieves an IDTSInputColumn100 object having the specified name.
Öffentliche Methode GetObjectByID Gets the IDTSInputColumn100 object having the specified ID.
Öffentliche Methode GetObjectIndexByID Gets the index of an IDTSInputColumn100 object that has the specified ID.
Öffentliche Methode New Creates a new IDTSInputColumn100 and adds it to a collection.
Öffentliche Methode NewAt Creates a new IDTSInputColumn100 object and adds it to a collection at the specified index.
Öffentliche Methode RemoveAll Deletes every IDTSInputColumnCollection100 object in a collection.
Öffentliche Methode RemoveObjectByID Deletes an IDTSInputColumn100 object specified by ID.
Öffentliche Methode RemoveObjectByIndex Deletes an IDTSInputColumn100 at the specified location in the collection.
Öffentliche Methode SetIndex Changes the location of an IDTSInputColumn100 object specified by the lOldIndex parameter.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of columns contained in a collection.
Öffentliche Eigenschaft Item Gets the IDTSInputColumn100 object specified by the Index parameter.

Zum Anfang