Metodo ManagedComponentHost.HostValidate
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Validates the host.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Sintassi
'Dichiarazione
Public Function HostValidate ( _
wrapper As IDTSManagedComponentWrapper100 _
) As DTSValidationStatus
'Utilizzo
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
Parametri
- wrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
The validate host.
Implementa
IDTSManagedComponentHost100.HostValidate(IDTSManagedComponentWrapper100)