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

 

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

Validates the data definition language.

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
)

Parameters

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

The variable description.

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

The connections.

ex
Type: System::Exception^%

The exception.

Return Value

Type: System::Boolean

The validated DLL.

Return to top
Show: