Udostępnij przez


IDTSPathCollection100 Members

Provides a collection container for storing IDTSPath100 objects.

The following tables list the members exposed by the IDTSPathCollection100 type.

Public Properties

  Name Description
Bb500732.pubproperty(pl-pl,SQL.100).gif Count Gets the number of IDTSPath100 objects contained in the collection.
Bb500732.pubproperty(pl-pl,SQL.100).gif Item Gets the IDTSPathCollection100 object specified by the Index parameter.

Top

Public Methods

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

Top