Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.