IDTSForEachEnumerator Interface
SQL Server 2012
Provides the methods and properties for the ForEachEnumerator.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The IDTSForEachEnumerator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CollectionEnumerator | Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over. |
| Name | Description | |
|---|---|---|
![]() | GetEnumerator | Returns a managed enumerator, IEnumerator, for use in iterating over the ForEachEnumerator collection. |
![]() | Validate | Allows the ForEachEnumerator to determine if it contains invalid settings that will prevent it from executing successfully. |
