Share via


DataProfilingTask.Validate 메서드

정의

데이터 프로파일링 태스크가 제대로 구성되었는지 여부를 확인합니다.

public:
 override Microsoft::SqlServer::Dts::Runtime::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ componentEvents, Microsoft::SqlServer::Dts::Runtime::IDTSLogging ^ log);
public override Microsoft.SqlServer.Dts.Runtime.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser, Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents componentEvents, Microsoft.SqlServer.Dts.Runtime.IDTSLogging log);
override this.Validate : Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.VariableDispenser * Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents * Microsoft.SqlServer.Dts.Runtime.IDTSLogging -> Microsoft.SqlServer.Dts.Runtime.DTSExecResult
Public Overrides Function Validate (connections As Connections, variableDispenser As VariableDispenser, componentEvents As IDTSComponentEvents, log As IDTSLogging) As DTSExecResult

매개 변수

connections
Connections

태스크가 패키지의 연결에 액세스하는 데 사용할 수 있는 Connections 컬렉션입니다.

variableDispenser
VariableDispenser

태스크가 패키지의 변수에 액세스하는 데 사용할 수 있는 VariableDispenser 개체입니다.

componentEvents
IDTSComponentEvents

태스크에서 패키지에 대한 이벤트를 발생시키는 데 사용할 수 있는 IDTSComponentEvents 인터페이스를 구현하는 개체입니다.

log
IDTSLogging

태스크에서 패키지에 정의된 로그에 메시지를 기록하는 데 사용할 수 있는 IDTSLogging 인터페이스를 구현하는 개체입니다.

반환

태스크의 유효성을 검사하는 데 성공했는지 실패했는지 나타내는 열거형 값 중 하나입니다.

설명

상속된 Validate 메서드에 대한 자세한 내용은 다음을 참조하세요 Validate.

적용 대상