ASExecuteDDLTask::ValidateDDL Method (VariableDispenser^, Connections^, Exception^%)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Verifies that the DDL task is properly configured.

Namespace:   Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

protected:
virtual bool ValidateDDL(
	VariableDispenser^ variableDispenser,
	Connections^ connections,
	[OutAttribute] Exception^% ex
) override

Parameters

variableDispenser
Type: Microsoft.SqlServer.Dts.Runtime::VariableDispenser^

A Variables collection for the task.

connections
Type: Microsoft.SqlServer.Dts.Runtime::Connections^

A Connections collection for the task.

ex
Type: System::Exception^%

When this method returns, contains the exception during validation if any or null if no exception has occurred.

Return Value

Type: System::Boolean

true if the validation succeeded; otherwise, false.

Return to top
Show: