ASExecuteDDLTask.InternalExecute Method

Definition

Executes the DDL task internally.

protected:
 override Microsoft::SqlServer::Dts::Runtime::DTSExecResult InternalExecute(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ events, Microsoft::SqlServer::Dts::Runtime::IDTSLogging ^ log, System::Object ^ transaction);
protected override Microsoft.SqlServer.Dts.Runtime.DTSExecResult InternalExecute (Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser, Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents events, Microsoft.SqlServer.Dts.Runtime.IDTSLogging log, object transaction);
override this.InternalExecute : Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.VariableDispenser * Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents * Microsoft.SqlServer.Dts.Runtime.IDTSLogging * obj -> Microsoft.SqlServer.Dts.Runtime.DTSExecResult
Protected Overrides Function InternalExecute (connections As Connections, variableDispenser As VariableDispenser, events As IDTSComponentEvents, log As IDTSLogging, transaction As Object) As DTSExecResult

Parameters

connections
Connections

A Connections collection for the task.

variableDispenser
VariableDispenser

A Variables collection for the task.

events
IDTSComponentEvents

An IDTSComponentEvents interface to raise events.

log
IDTSLogging

An IDTSLogging interface.

transaction
Object

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

Returns

A value from the DTSExecResult enumeration.

Applies to