IDTSOutputCollection90 Members
Contains a collection of IDTSOutput90 objects.
The following tables list the members exposed by the IDTSOutputCollection90 type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in an IDTSOutputCollection90. | |
Item | Gets the IDTSInput90 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 the collection by its ID. | |
GetEnumerator | Returns an enumerator that can iterate through an IDTSOutputCollection90. | |
GetObjectByID | Retrieves an IDTSOutput90 object that has the specified ID. | |
GetObjectIndexByID | Retrieves the index of an IDTSInput90 that has the specified ID. | |
New | Creates a new IDTSOutput90 object and adds it to an IDTSOutputColumnCollection90. | |
NewAt | Creates a new IDTSOutput90 object and adds it to a collection at the specified Index. | |
RemoveAll | Deletes each IDTSOutput90 object in a collection. | |
RemoveObjectByID | Deletes an IDTSOutput90 specified by the lID parameter. | |
RemoveObjectByIndex | Deletes an IDTSOutput90 at the specified location. | |
SetIndex | Changes the location of an IDTSOutput90 object in the collection. |
Top
See Also
Reference
IDTSOutputCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace