ForEachItemEnumerator.GetEnumerator Метод

Определение

Извлекает интерфейс IEnumerator для итерации по ForEachItem коллекции.

public:
 override System::Object ^ GetEnumerator(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::IDTSInfoEvents ^ events, Microsoft::SqlServer::Dts::Runtime::IDTSLogging ^ log);
public override object GetEnumerator (Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser, Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents events, Microsoft.SqlServer.Dts.Runtime.IDTSLogging log);
override this.GetEnumerator : Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.VariableDispenser * Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents * Microsoft.SqlServer.Dts.Runtime.IDTSLogging -> obj
Public Overrides Function GetEnumerator (connections As Connections, variableDispenser As VariableDispenser, events As IDTSInfoEvents, log As IDTSLogging) As Object

Параметры

connections
Connections

Connections. коллекция.

variableDispenser
VariableDispenser

Объект VariableDispenser для блокировки переменных.

events
IDTSInfoEvents

Объект, реализующий интерфейс IDTSInfoEvents.

log
IDTSLogging

Объект, реализующий интерфейс IDTSLogging.

Возвращаемое значение

Интерфейс IEnumerator для итерации по ForEachItem коллекции.

Применяется к