ForEachEnumeratorUI Class

Provides information for controlling the graphical user interface of the ForEachEnumerator.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Class ForEachEnumeratorUI
    Inherits UserControl
    Implements IDTSForEachEnumeratorUI
public class ForEachEnumeratorUI : UserControl, IDTSForEachEnumeratorUI
public ref class ForEachEnumeratorUI : public UserControl, IDTSForEachEnumeratorUI
public class ForEachEnumeratorUI extends UserControl implements IDTSForEachEnumeratorUI
public class ForEachEnumeratorUI extends UserControl implements IDTSForEachEnumeratorUI

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Windows.Forms.Control
         System.Windows.Forms.ScrollableControl
           System.Windows.Forms.ContainerControl
             System.Windows.Forms.UserControl
              Microsoft.SqlServer.Dts.Runtime.ForEachEnumeratorUI

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ForEachEnumeratorUI Members
Microsoft.SqlServer.Dts.Runtime Namespace