Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.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
- pWrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
The validated host.