Compartir a través de


IDTSInputCollection100 Miembros

Contains a collection of IDTSInput100 objects.

El tipo IDTSInputCollection100 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 a collection by its ID.
Método publico GetEnumerator (Se hereda de IEnumerable).
Método publico GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSInputCollection100.
Método publico GetObjectByID Retrieves an IDTSInput100 object from a IDTSInputCollection100 collection.
Método publico GetObjectIndexByID Retrieves the index of the IDTSInput100 object in a collection.
Método publico New Creates a new IDTSInput100 object and adds it to an IDTSInputCollection100.
Método publico NewAt Adds a new input object at the specified index in a collection.
Método publico RemoveAll Deletes each IDTSInput100 object from a collection.
Método publico RemoveObjectByID Removes an input object specified by its ID from a collection.
Método publico RemoveObjectByIndex Deletes an input object from a collection.
Método publico SetIndex Changes the location of an IDTSInput100 object.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of IDTSInput100 objects in an IDTSInputCollection100 collection.
Propiedad pública Item Gets the IDTSInput100 object specified by the Index parameter.

Principio