ManagedComponentHost.HostValidate(IDTSManagedComponentWrapper100) Method

Definition

Validates the host.

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

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

Returns

The validate host.

Implements

Applies to