ManagedForEachEnumeratorWrapper.Validate Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Validates the enumerator wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function Validate ( _
connections As IDTSConnections100, _
variableDispenser As IDTSVariableDispenser100, _
infoEvents As IDTSInfoEvents100, _
log As IDTSLogging100 _
) As DTSExecResult
'Usage
Dim instance As ManagedForEachEnumeratorWrapper
Dim connections As IDTSConnections100
Dim variableDispenser As IDTSVariableDispenser100
Dim infoEvents As IDTSInfoEvents100
Dim log As IDTSLogging100
Dim returnValue As DTSExecResult
returnValue = instance.Validate(connections, _
variableDispenser, infoEvents, log)
public DTSExecResult Validate(
IDTSConnections100 connections,
IDTSVariableDispenser100 variableDispenser,
IDTSInfoEvents100 infoEvents,
IDTSLogging100 log
)
public:
virtual DTSExecResult Validate(
IDTSConnections100^ connections,
IDTSVariableDispenser100^ variableDispenser,
IDTSInfoEvents100^ infoEvents,
IDTSLogging100^ log
) sealed
abstract Validate :
connections:IDTSConnections100 *
variableDispenser:IDTSVariableDispenser100 *
infoEvents:IDTSInfoEvents100 *
log:IDTSLogging100 -> DTSExecResult
override Validate :
connections:IDTSConnections100 *
variableDispenser:IDTSVariableDispenser100 *
infoEvents:IDTSInfoEvents100 *
log:IDTSLogging100 -> DTSExecResult
public final function Validate(
connections : IDTSConnections100,
variableDispenser : IDTSVariableDispenser100,
infoEvents : IDTSInfoEvents100,
log : IDTSLogging100
) : DTSExecResult
Parameters
- connections
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The connections.
- variableDispenser
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
The variable dispenser.
- infoEvents
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The event information.
- log
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100
The log.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The validated object.