IDTSForEachEnumerator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the methods and properties for the ForEachEnumerator.
public interface class IDTSForEachEnumerator
[System.Runtime.InteropServices.Guid("524d96b5-884f-41d9-9000-21f3f49e98e4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)]
public interface IDTSForEachEnumerator
[<System.Runtime.InteropServices.Guid("524d96b5-884f-41d9-9000-21f3f49e98e4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)>]
type IDTSForEachEnumerator = interface
Public Interface IDTSForEachEnumerator
- Derived
- Attributes
Properties
| CollectionEnumerator |
Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over. |
Methods
| 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. |