다음을 통해 공유


ManagedForEachEnumeratorWrapper.Validate 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Validates the enumerator wrapper.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function Validate ( _
    connections As IDTSConnections100, _
    variableDispenser As IDTSVariableDispenser100, _
    infoEvents As IDTSInfoEvents100, _
    log As IDTSLogging100 _
) As DTSExecResult
‘사용 방법
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

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The validated object.

구현

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

참고 항목

참조

ManagedForEachEnumeratorWrapper 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스