Compartir a través de


IDTSOutputColumnCollection100 Miembros

Contains a collection of IDTSOutputColumn100 columns.

El tipo IDTSOutputColumnCollection100 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico FindObjectByID Locates the requested object in a collection by its ID.
Método publico FindObjectIndexByID Locates the index of the requested object in the collection by its ID.
Método publico GetEnumerator (Se hereda de IEnumerable).
Método publico GetEnumerator() () () () Returns an enumerator that can iterate through an output column collection.
Método publico GetObjectByID Retrieves the output column object that has the specified ID from a collection.
Método publico GetObjectIndexByID Retrieves the location of an output column in a collection.
Método publico GetOutputColumnByLineageID Retrieves an output column object with the specified lineage ID from a collection.
Método publico New Creates an output column object and adds it to a collection.
Método publico NewAt Creates a new output column object and adds it to a collection at the specified index.
Método publico RemoveAll Deletes all the output column objects from a collection.
Método publico RemoveObjectByID Deletes the output column object with the specified ID from a collection.
Método publico RemoveObjectByIndex Removes the IDTSOutputColumn100 object at the specified location in a collection.
Método publico SetIndex Moves an output column to a new location in a collection.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of IDTSOutput100 columns in the collection.
Propiedad pública Item Gets the IDTSOutputColumn100 specified by the Index parameter.

Principio