Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As New ForEachEnumeratorUI()
public ForEachEnumeratorUI()
public:
ForEachEnumeratorUI()
new : unit -> ForEachEnumeratorUI
public function ForEachEnumeratorUI()
Examples
The following code sample shows how to create the object using the default constructor.
Dim feEnumUI As New ForEachEnumeratorUI()
ForEachEnumeratorUI feEnumUI = new ForEachEnumeratorUI();