IDTSConfigurations100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a collection of IDTSConfiguration100 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 in the collection. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a IDTSConfiguration100 object from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add() | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a IDTSConfiguration100 object to the end of the collection. |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an enumerator for iterating over the IDTSConfiguration100 collection. |
![]() | InsertAfter(Object^, IDTSConfiguration100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object. |
![]() | InsertBefore(Object^, IDTSConfiguration100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a IDTSConfiguration100 object into the collection before an existing IDTSConfiguration100 object. |
![]() | MoveAfter(Object^, IDTSConfiguration100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object. |
![]() | MoveBefore(Object^, IDTSConfiguration100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object. |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes an IDTSConfiguration100 object from the collection. |
For more information, see Configurations.

