언어

IDTSForEachEnumerator100.Validate 메서드

정의

열거자가 실행 실패를 방해하는 유효한 설정이 있는지 확인할 수 있게 합니다.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ pLog);
[System.Runtime.InteropServices.DispId(1610743812)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Validate(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 pVariableDispenser, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 pLog);
[<System.Runtime.InteropServices.DispId(1610743812)>]
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public Function Validate (pConnections As IDTSConnections100, pVariableDispenser As IDTSVariableDispenser100, pEvents As IDTSInfoEvents100, pLog As IDTSLogging100) As DTSExecResult

매개 변수

pConnections
IDTSConnections100

열거자가 사용하는 연결들의 집합입니다.

pVariableDispenser
IDTSVariableDispenser100

변수를 잠그는 객체입니다.

pEvents
IDTSInfoEvents100

지속성 동안 이벤트(오류, 경고 등)를 발화하는 인터페이스를 구현 IDTSInfoEvents100 하는 객체입니다.

pLog
IDTSLogging100

인터페이스를 구현하는 개체입니다 IDTSLogging100 .

반품

검증의 성공 또는 실패를 나타내는 열거 값 DTSExecResult 입니다.

특성

설명

자세한 내용은 IDTSForEachEnumerator를 참조하세요.

적용 대상