ASTaskBase::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 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
)

Parameters

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

The connections.

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

The variable dispenser.

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

the events.

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

The log.

Return Value

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

The validated task.

Return to top
Show: