Udostępnij przez


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

'Deklaracja
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.

Target Platforms

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