ForEachEnumeratorUI Class

Definition

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

public ref class ForEachEnumeratorUI : System::Windows::Forms::UserControl, Microsoft::SqlServer::Dts::Runtime::IDTSForEachEnumeratorUI
public class ForEachEnumeratorUI : System.Windows.Forms.UserControl, Microsoft.SqlServer.Dts.Runtime.IDTSForEachEnumeratorUI
type ForEachEnumeratorUI = class
    inherit UserControl
    interface IDTSForEachEnumeratorUI
Public Class ForEachEnumeratorUI
Inherits UserControl
Implements IDTSForEachEnumeratorUI
Inheritance
ForEachEnumeratorUI
Implements

Constructors

ForEachEnumeratorUI()

Initializes a new instance of the ForEachEnumeratorUI class.

Methods

Dispose(Boolean)

Releases the unmanaged resources used by the control, and optionally releases the managed resources. This method is inherited from the Component.Dispose method.

Initialize(ForEachEnumeratorHost, IServiceProvider, Connections, Variables)

Provides information to initialize the graphical user interface for the ForEachEnumerator.

SaveSettings()

Saves the user interface settings for the ForEachEnumerator.

Applies to