ManagedForEachEnumeratorWrapper.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the enumerator.
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
Parameters
- connections
- IDTSConnections100
The set of connection.
- variableDispenser
- IDTSVariableDispenser100
The variable dispenser.
- events
- IDTSInfoEvents100
The events.
- log
- IDTSLogging100
The log.
Returns
The enumerator.