This topic has not yet been rated - Rate this topic

IDTSForEachEnumerator Interface

Provides the methods and properties for the ForEachEnumerator.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")]
public interface IDTSForEachEnumerator

The IDTSForEachEnumerator type exposes the following members.

  NameDescription
Public propertyCollectionEnumeratorGets or sets a Boolean that indicates what kind of objects the enumerator is iterating over.
Top
  NameDescription
Public methodGetEnumeratorReturns a managed enumerator, IEnumerator, for use in iterating over the ForEachEnumerator collection.
Public methodValidateAllows the ForEachEnumerator to determine if it contains invalid settings that will prevent it from executing successfully.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.