Partager via


Membres IDTSPathCollection100

Provides a collection container for storing IDTSPath100 objects.

Le type IDTSPathCollection100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique FindObjectByID Locates the requested object in a collection by its ID.
Méthode publique FindObjectIndexByID Locates the index of the requested object in a collection by its ID.
Méthode publique GetEnumerator (Hérité de IEnumerable.)
Méthode publique GetEnumerator() () () () Returns an enumerator that can iterate through a IDTSPathCollection100.
Méthode publique GetObjectByID Gets the IDTSPathCollection100 object that has the specified ID.
Méthode publique GetObjectIndexByID Gets the index of the IDTSPath100 object that has the specified ID.
Méthode publique New Creates a new IDTSPath100 and adds it to a collection.
Méthode publique NewAt Creates an IDTSPath100 object at the specified location in a collection.
Méthode publique RemoveAll Deletes every IDTSPath100 object in a collection.
Méthode publique RemoveObjectByID Removes a IDTSPath100 object specified by the ID parameter.
Méthode publique RemoveObjectByIndex Removes an IDTSPath100 object located at the specified index.
Méthode publique SetIndex Changes the location of an IDTSPath100 object specified at the lOldIndex parameter.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of IDTSPath100 objects contained in the collection.
Propriété publique Item Gets the IDTSPathCollection100 object specified by the Index parameter.

Haut de la page