IDTSManagedComponentHost100.HostValidate 메서드

정의

호스트의 유효성을 검사합니다.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSValidationStatus HostValidate(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus HostValidate (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper);
abstract member HostValidate : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
Public Function HostValidate (pWrapper As IDTSManagedComponentWrapper100) As DTSValidationStatus

매개 변수

pWrapper
IDTSManagedComponentWrapper100

사용되는 래퍼입니다.

반환

유효성을 검사한 호스트입니다.

적용 대상