Compartir a través de


IDTSOutputCollection100 Miembros

Contains a collection of IDTSOutput100 objects.

El tipo IDTSOutputCollection100 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 IDTSOutputCollection100.
Método publico GetObjectByID Retrieves an IDTSOutput100 object that has the specified ID.
Método publico GetObjectIndexByID Retrieves the index of an IDTSInput100 that has the specified ID.
Método publico New Creates a new IDTSOutput100 object and adds it to an IDTSOutputColumnCollection100.
Método publico NewAt Creates a new IDTSOutput100 object and adds it to a collection at the specified Index.
Método publico RemoveAll Deletes each IDTSOutput100 object in a collection.
Método publico RemoveObjectByID Deletes an IDTSOutput100 specified by the lID parameter.
Método publico RemoveObjectByIndex Deletes an IDTSOutput100 at the specified location.
Método publico SetIndex Changes the location of an IDTSOutput100 object in the collection.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of elements contained in an IDTSOutputCollection100.
Propiedad pública Item Gets the IDTSInput100 object specified by the Index parameter.

Principio