IDTSForEachItem100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface for the ForEachItem object.
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 IDTSForEachItemValue100 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 new, empty IDTSForEachItemValue100 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 use in iterating over the collection. |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes an IDTSForEachItem100 object from the collection. |

