IDTSPathCollection90 Members

Provides a collection container for storing IDTSPath90 objects.

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

Public Properties

  Name Description
ms211660.pubproperty(en-US,SQL.90).gif Count Gets the number of IDTSPath90 objects contained in the collection.
ms211660.pubproperty(en-US,SQL.90).gif Item Gets the IDTSPathCollection90 object specified by the Index parameter.

Top

Public Methods

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

Top

See Also

Reference

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