Share via


ForEachEnumeratorUI Constructor

Initializes a new instance of the ForEachEnumeratorUI class.

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

Syntax

'Declaration
Public Sub New
public ForEachEnumeratorUI ()
public:
ForEachEnumeratorUI ()
public ForEachEnumeratorUI ()
public function ForEachEnumeratorUI ()

Remarks

The default constructor initializes any fields to their default values.

Example

The following code sample shows how to create the object using the default constructor.

Dim feEnumUI As New ForEachEnumeratorUI()
ForEachEnumeratorUI feEnumUI = new ForEachEnumeratorUI();

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 Class
ForEachEnumeratorUI Members
Microsoft.SqlServer.Dts.Runtime Namespace