Share via


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

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The validated object.

Implements

IDTSForEachEnumerator100.Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSInfoEvents100, IDTSLogging100)

See Also

Reference

ManagedForEachEnumeratorWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace