Método ManagedComponentHost.HostValidate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Validates the host.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
Public Function HostValidate ( _
wrapper As IDTSManagedComponentWrapper100 _
) As DTSValidationStatus
'Uso
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
Parâmetros
- wrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
The validate host.
Implementa
IDTSManagedComponentHost100.HostValidate(IDTSManagedComponentWrapper100)