Linguaggio

IDTSForEachEnumerator100.GetEnumerator Metodo

Definizione

Restituisce un enumeratore per iterare sulla collezione.

public:
 System::Object ^ GetEnumerator(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ pLog);
[System.Runtime.InteropServices.DispId(1610743809)]
public object GetEnumerator(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 pVariableDispenser, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 pLog);
[<System.Runtime.InteropServices.DispId(1610743809)>]
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
Public Function GetEnumerator (pConnections As IDTSConnections100, pVariableDispenser As IDTSVariableDispenser100, pEvents As IDTSInfoEvents100, pLog As IDTSLogging100) As Object

Parametri

pConnections
IDTSConnections100

Una raccolta di collegamenti usata dall'enumeratore.

pVariableDispenser
IDTSVariableDispenser100

L'oggetto per le variabili di blocco.

pEvents
IDTSInfoEvents100

Un oggetto che implementa l'interfaccia IDTSInfoEvents100 per l'esecuzione di eventi di sparo (errori, avvisi e così via) durante la persistenza.

pLog
IDTSLogging100

Oggetto che implementa l'interfaccia IDTSLogging100 .

Valori restituiti

Un enumeratore per iterare sulla collezione.

Attributi

Commenti

Per altre informazioni, vedere IDTSForEachEnumerator.

Si applica a