ASExecuteDDLTask::InternalValidate Method (Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^)

 

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

Validates the DDL task internally.

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

protected:
virtual DTSExecResult InternalValidate(
	Connections^ connections,
	VariableDispenser^ variableDispenser,
	IDTSComponentEvents^ events,
	IDTSLogging^ log
) override

Parameters

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

A Connections collection for the task.

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

A Variables collection for the task.

events
Type: Microsoft.SqlServer.Dts.Runtime::IDTSComponentEvents^

An IDTSComponentEvents interface to raise events.

log
Type: Microsoft.SqlServer.Dts.Runtime::IDTSLogging^

An IDTSLogging interface.

Return Value

Type: Microsoft.SqlServer.Dts.Runtime::DTSExecResult

A value from the DTSExecResult enumeration.

Return to top
Show: