Partager via


Méthode ManagedComponentHost.HostValidate

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Validates the host.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
Public Function HostValidate ( _
    wrapper As IDTSManagedComponentWrapper100 _
) As DTSValidationStatus
'Utilisation
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

Paramètres

Valeur de retour

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

Implémente

IDTSManagedComponentHost100.HostValidate(IDTSManagedComponentWrapper100)

Voir aussi

Référence

ManagedComponentHost Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline