Bagikan melalui


ManagedComponentHost.HostValidate Method

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

Validates the host.

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

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
The validate host.

Implements

IDTSManagedComponentHost100.HostValidate(IDTSManagedComponentWrapper100)

See Also

Reference

ManagedComponentHost Class

Microsoft.SqlServer.Dts.Pipeline Namespace