Membri IDTSOutputColumnCollection100

Contains a collection of IDTSOutputColumn100 columns.

Il tipo IDTSOutputColumnCollection100 espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico FindObjectByID Locates the requested object in a collection by its ID.
Metodo pubblico FindObjectIndexByID Locates the index of the requested object in the collection by its ID.
Metodo pubblico GetEnumerator (Ereditato da IEnumerable).
Metodo pubblico GetEnumerator() () () () Returns an enumerator that can iterate through an output column collection.
Metodo pubblico GetObjectByID Retrieves the output column object that has the specified ID from a collection.
Metodo pubblico GetObjectIndexByID Retrieves the location of an output column in a collection.
Metodo pubblico GetOutputColumnByLineageID Retrieves an output column object with the specified lineage ID from a collection.
Metodo pubblico New Creates an output column object and adds it to a collection.
Metodo pubblico NewAt Creates a new output column object and adds it to a collection at the specified index.
Metodo pubblico RemoveAll Deletes all the output column objects from a collection.
Metodo pubblico RemoveObjectByID Deletes the output column object with the specified ID from a collection.
Metodo pubblico RemoveObjectByIndex Removes the IDTSOutputColumn100 object at the specified location in a collection.
Metodo pubblico SetIndex Moves an output column to a new location in a collection.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of IDTSOutput100 columns in the collection.
Proprietà pubblica Item Gets the IDTSOutputColumn100 specified by the Index parameter.

In alto