Freigeben über


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 ()

Hinweise

The default constructor initializes any fields to their default values.

Beispiel

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

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

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ForEachEnumeratorUI Class
ForEachEnumeratorUI Members
Microsoft.SqlServer.Dts.Runtime Namespace