Compartir a través de


IDTSForEachEnumerator100.GetEnumerator Método

Definición

Devuelve un enumerador para recorrer la colección.

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

Parámetros

pConnections
IDTSConnections100

Una colección de conexiones utilizadas por el enumerador.

pVariableDispenser
IDTSVariableDispenser100

Objeto para bloquear variables.

pEvents
IDTSInfoEvents100

Un objeto que implementa la interfaz IDTSInfoEvents100 para desencadenar eventos (errores, advertencias, etc.) durante la persistencia.

pLog
IDTSLogging100

Objeto que implementa la interfaz IDTSLogging100.

Devoluciones

Enumerador para iterar por la colección.

Atributos

Comentarios

Para obtener más información, vea IDTSForEachEnumerator.

Se aplica a