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 | |
---|---|---|
Count | Gets the number of IDTSPath90 objects contained in the collection. | |
Item | Gets the IDTSPathCollection90 object specified by the Index parameter. |
Top
Public Methods
Name | Description | |
---|---|---|
FindObjectByID | Locates the requested object in a collection by its ID. | |
FindObjectIndexByID | Locates the index of the requested object in a collection by its ID. | |
GetEnumerator | Returns an enumerator that can iterate through a IDTSPathCollection90. | |
GetObjectByID | Gets the IDTSPathCollection90 object that has the specified ID. | |
GetObjectIndexByID | Gets the index of the IDTSPath90 object that has the specified ID. | |
New | Creates a new IDTSPath90 and adds it to a collection. | |
NewAt | Creates an IDTSPath90 object at the specified location in a collection. | |
RemoveAll | Deletes every IDTSPath90 object in a collection. | |
RemoveObjectByID | Removes a IDTSPath90 object specified by the ID parameter. | |
RemoveObjectByIndex | Removes an IDTSPath90 object located at the specified index. | |
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