Sprache

ASExecuteDDLTask.InternalExecute Methode

Definition

Führt die DDL-Aufgabe intern aus.

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

Parameter

connections
Connections

Eine Connections Sammlung für die Aufgabe.

variableDispenser
VariableDispenser

Eine Variables Sammlung für die Aufgabe.

events
IDTSComponentEvents

Eine Schnittstelle IDTSComponentEvents , um Ereignisse anzusprechen.

log
IDTSLogging

Eine IDTSLogging-Schnittstelle.

transaction
Object

Das Transaktionsobjekt, zu dem die Aufgabe gehört. Dieser Wert kann NULL sein.

Gibt zurück

Ein Wert aus der DTSExecResult Enumeration.

Gilt für: