Compartir a través de


IDTSPathCollection100 Miembros

Provides a collection container for storing IDTSPath100 objects.

El tipo IDTSPathCollection100 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 a IDTSPathCollection100.
Método publico GetObjectByID Gets the IDTSPathCollection100 object that has the specified ID.
Método publico GetObjectIndexByID Gets the index of the IDTSPath100 object that has the specified ID.
Método publico New Creates a new IDTSPath100 and adds it to a collection.
Método publico NewAt Creates an IDTSPath100 object at the specified location in a collection.
Método publico RemoveAll Deletes every IDTSPath100 object in a collection.
Método publico RemoveObjectByID Removes a IDTSPath100 object specified by the ID parameter.
Método publico RemoveObjectByIndex Removes an IDTSPath100 object located at the specified index.
Método publico SetIndex Changes the location of an IDTSPath100 object specified at the lOldIndex parameter.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of IDTSPath100 objects contained in the collection.
Propiedad pública Item Gets the IDTSPathCollection100 object specified by the Index parameter.

Principio