Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the enumerator.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetEnumerator ( _
connections As IDTSConnections100, _
variableDispenser As IDTSVariableDispenser100, _
events As IDTSInfoEvents100, _
log As IDTSLogging100 _
) As Object
'Usage
Dim instance As ManagedForEachEnumeratorWrapper
Dim connections As IDTSConnections100
Dim variableDispenser As IDTSVariableDispenser100
Dim events As IDTSInfoEvents100
Dim log As IDTSLogging100
Dim returnValue As Object
returnValue = instance.GetEnumerator(connections, _
variableDispenser, events, log)
public Object GetEnumerator(
IDTSConnections100 connections,
IDTSVariableDispenser100 variableDispenser,
IDTSInfoEvents100 events,
IDTSLogging100 log
)
public:
virtual Object^ GetEnumerator(
IDTSConnections100^ connections,
IDTSVariableDispenser100^ variableDispenser,
IDTSInfoEvents100^ events,
IDTSLogging100^ log
) sealed
abstract GetEnumerator :
connections:IDTSConnections100 *
variableDispenser:IDTSVariableDispenser100 *
events:IDTSInfoEvents100 *
log:IDTSLogging100 -> Object
override GetEnumerator :
connections:IDTSConnections100 *
variableDispenser:IDTSVariableDispenser100 *
events:IDTSInfoEvents100 *
log:IDTSLogging100 -> Object
public final function GetEnumerator(
connections : IDTSConnections100,
variableDispenser : IDTSVariableDispenser100,
events : IDTSInfoEvents100,
log : IDTSLogging100
) : Object
Parameters
- connections
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The set of connection.
- variableDispenser
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
The variable dispenser.
- events
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The events.
- log
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100
The log.
Return Value
Type: System.Object
The enumerator.