ASExecuteDDLTask.InternalValidate 메서드

정의

내부적으로 DDL 태스크의 유효성을 검사합니다.

protected:
 override Microsoft::SqlServer::Dts::Runtime::DTSExecResult InternalValidate(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ events, Microsoft::SqlServer::Dts::Runtime::IDTSLogging ^ log);
protected override Microsoft.SqlServer.Dts.Runtime.DTSExecResult InternalValidate (Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser, Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents events, Microsoft.SqlServer.Dts.Runtime.IDTSLogging log);
override this.InternalValidate : 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
Protected Overrides Function InternalValidate (connections As Connections, variableDispenser As VariableDispenser, events As IDTSComponentEvents, log As IDTSLogging) As DTSExecResult

매개 변수

connections
Connections

태스크에 대한 Connections 컬렉션입니다.

variableDispenser
VariableDispenser

태스크에 대한 Variables 컬렉션입니다.

events
IDTSComponentEvents

이벤트를 발생시키는 IDTSComponentEvents 인터페이스입니다.

log
IDTSLogging

IDTSLogging 인터페이스입니다.

반환

DTSExecResult 열거형의 값입니다.

적용 대상