IDTSExecutables100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a collection of IDTSExecutable100 objects.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of elements contained in the collection. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an IDTSExecutable100 object from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a new container or task object to the collection. |
![]() | Contains(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the items in the collection can be accessed using the index as the parameter. |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an enumerator that can iterate through the collection. |
![]() | Join(IDTSExecutable100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds an existing container or task object to the collection. |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes an IDTSExecutable100 object from the collection. |
For more information, see Executables.

