Condividi tramite


ForEachEnumeratorUI Constructor

Initializes a new instance of the ForEachEnumeratorUI class.

Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintassi

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

Osservazioni

The default constructor initializes any fields to their default values.

Esempio

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

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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