IDTSPathCollection90 Methods

Public Methods

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

See Also

Reference

IDTSPathCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace