Freigeben über


IDTSManagedComponentWrapper100.WrapperValidate-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Validates the wrapper.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Function WrapperValidate As DTSValidationStatus
'Usage
Dim instance As IDTSManagedComponentWrapper100 
Dim returnValue As DTSValidationStatus 

returnValue = instance.WrapperValidate()
DTSValidationStatus WrapperValidate()
DTSValidationStatus WrapperValidate()
abstract WrapperValidate : unit -> DTSValidationStatus
function WrapperValidate() : DTSValidationStatus

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
The result of the validation.

Siehe auch

Verweis

IDTSManagedComponentWrapper100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace