IDTSManagedComponentHost100.HostValidate Method

Definition

Validates the host.

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

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper used.

Returns

The validated host.

Applies to