IDTSForEachEnumerator Interface
Provides the methods and properties for the ForEachEnumerator.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | CollectionEnumerator | Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over. |
| Name | Description | |
|---|---|---|
![]() | GetEnumerator(Connections^, VariableDispenser^, IDTSInfoEvents^, IDTSLogging^) | Returns a managed enumerator, IEnumerator, for use in iterating over the ForEachEnumerator collection. |
![]() | Validate(Connections^, VariableDispenser^, IDTSInfoEvents^, IDTSLogging^) | Allows the ForEachEnumerator to determine if it contains invalid settings that will prevent it from executing successfully. |
Show:

