Share via


IDTSPathCollection100 Members

Include Protected Members
Include Inherited Members

Provides a collection container for storing IDTSPath100 objects.

The IDTSPathCollection100 type exposes the following members.

Methods

  Name Description
Public method FindObjectByID(Int32) Locates the requested object in a collection by its ID.
Public method FindObjectIndexByID(Int32) Locates the index of the requested object in a collection by its ID.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an enumerator that can iterate through a IDTSPathCollection100.
Public method GetObjectByID(Int32) Gets the IDTSPathCollection100 object that has the specified ID.
Public method GetObjectIndexByID(Int32) Gets the index of the IDTSPath100 object that has the specified ID.
Public method New() Creates a new IDTSPath100 and adds it to a collection.
Public method NewAt(Int32) Creates an IDTSPath100 object at the specified location in a collection.
Public method RemoveAll() Deletes every IDTSPath100 object in a collection.
Public method RemoveObjectByID(Int32) Removes a IDTSPath100 object specified by the ID parameter.
Public method RemoveObjectByIndex(Object) Removes an IDTSPath100 object located at the specified index.
Public method SetIndex(Int32, Int32) Changes the location of an IDTSPath100 object specified at the lOldIndex parameter.

Top

Properties

  Name Description
Public property Count Gets the number of IDTSPath100 objects contained in the collection.
Public property Item[Object] Gets the IDTSPathCollection100 object specified by the Index parameter.

Top