Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Validates the component host.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Public Overrides Function Validate As DTSValidationStatus
'Usage
Dim instance As ScriptComponentHost
Dim returnValue As DTSValidationStatus
returnValue = instance.Validate()
public override DTSValidationStatus Validate()
public:
virtual DTSValidationStatus Validate() override
abstract Validate : unit -> DTSValidationStatus
override Validate : unit -> DTSValidationStatus
public override function Validate() : DTSValidationStatus
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
The validated object.