IDTSManagedComponentHost100.HostValidate Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function HostValidate ( _
pWrapper As IDTSManagedComponentWrapper100 _
) As DTSValidationStatus
'Usage
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim returnValue As DTSValidationStatus
returnValue = instance.HostValidate(pWrapper)
DTSValidationStatus HostValidate(
IDTSManagedComponentWrapper100 pWrapper
)
DTSValidationStatus HostValidate(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostValidate :
pWrapper:IDTSManagedComponentWrapper100 -> DTSValidationStatus
function HostValidate(
pWrapper : IDTSManagedComponentWrapper100
) : DTSValidationStatus
Parameters
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus