Linguaggio

ManagedForEachEnumeratorWrapper.GetEnumerator Metodo

Definizione

Prende l'enumeratore.

public:
 virtual System::Object ^ GetEnumerator(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ connections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ events, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ log);
public object GetEnumerator(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 connections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 variableDispenser, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 events, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 log);
abstract member GetEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> obj
override this.GetEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> obj
Public Function GetEnumerator (connections As IDTSConnections100, variableDispenser As IDTSVariableDispenser100, events As IDTSInfoEvents100, log As IDTSLogging100) As Object

Parametri

connections
IDTSConnections100

Il set di connessioni.

variableDispenser
IDTSVariableDispenser100

Il distributore variabile.

events
IDTSInfoEvents100

Gli eventi.

log
IDTSLogging100

Il tronco.

Valori restituiti

Enumeratore.

Implementazioni

Si applica a