ManagedComponentHost.HostValidate Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Function HostValidate ( _
    wrapper As IDTSManagedComponentWrapper100 _
) As DTSValidationStatus
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim returnValue As DTSValidationStatus

returnValue = instance.HostValidate(wrapper)
public DTSValidationStatus HostValidate(
    IDTSManagedComponentWrapper100 wrapper
)
public:
virtual DTSValidationStatus HostValidate(
    IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostValidate : 
        wrapper:IDTSManagedComponentWrapper100 -> DTSValidationStatus 
override HostValidate : 
        wrapper:IDTSManagedComponentWrapper100 -> DTSValidationStatus 
public final function HostValidate(
    wrapper : IDTSManagedComponentWrapper100
) : DTSValidationStatus

Implements

IDTSManagedComponentHost100.HostValidate(IDTSManagedComponentWrapper100)