ASExecuteDDLTask::InternalExecute Method (Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^, Object^)

 

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

Executes the DDL task internally.

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

protected:
virtual DTSExecResult InternalExecute(
	Connections^ connections,
	VariableDispenser^ variableDispenser,
	IDTSComponentEvents^ events,
	IDTSLogging^ log,
	Object^ transaction
) 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.

transaction
Type: System::Object^

The transaction object that the task is part of. This value can be null.

Return Value

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

A value from the DTSExecResult enumeration.

Return to top
Show: