ForEachEnumeratorUI Constructor
Initializes a new instance of the ForEachEnumeratorUI class.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Sub New
'Uso
Dim instance As New ForEachEnumeratorUI()
public ForEachEnumeratorUI()
public:
ForEachEnumeratorUI()
new : unit -> ForEachEnumeratorUI
public function ForEachEnumeratorUI()
Ejemplos
The following code sample shows how to create the object using the default constructor.
Dim feEnumUI As New ForEachEnumeratorUI()
ForEachEnumeratorUI feEnumUI = new ForEachEnumeratorUI();