Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Executes the DDL task internally.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Syntax
'Declaration
Protected Overrides Function InternalExecute ( _
connections As Connections, _
variableDispenser As VariableDispenser, _
events As IDTSComponentEvents, _
log As IDTSLogging, _
transaction As Object _
) As DTSExecResult
'Usage
Dim connections As Connections
Dim variableDispenser As VariableDispenser
Dim events As IDTSComponentEvents
Dim log As IDTSLogging
Dim transaction As Object
Dim returnValue As DTSExecResult
returnValue = Me.InternalExecute(connections, _
variableDispenser, events, log, transaction)
protected override DTSExecResult InternalExecute(
Connections connections,
VariableDispenser variableDispenser,
IDTSComponentEvents events,
IDTSLogging log,
Object transaction
)
protected:
virtual DTSExecResult InternalExecute(
Connections^ connections,
VariableDispenser^ variableDispenser,
IDTSComponentEvents^ events,
IDTSLogging^ log,
Object^ transaction
) override
abstract InternalExecute :
connections:Connections *
variableDispenser:VariableDispenser *
events:IDTSComponentEvents *
log:IDTSLogging *
transaction:Object -> DTSExecResult
override InternalExecute :
connections:Connections *
variableDispenser:VariableDispenser *
events:IDTSComponentEvents *
log:IDTSLogging *
transaction:Object -> DTSExecResult
protected override function InternalExecute(
connections : Connections,
variableDispenser : VariableDispenser,
events : IDTSComponentEvents,
log : IDTSLogging,
transaction : Object
) : DTSExecResult
Parameter
- connections
Typ: Microsoft.SqlServer.Dts.Runtime.Connections
A Connections collection for the task.
- variableDispenser
Typ: Microsoft.SqlServer.Dts.Runtime.VariableDispenser
A Variables collection for the task.
- events
Typ: Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents
An IDTSComponentEvents interface to raise events.
- log
Typ: Microsoft.SqlServer.Dts.Runtime.IDTSLogging
An IDTSLogging interface.
- transaction
Typ: System.Object
The transaction object that the task is part of. This value can be nullein NULL-Verweis (Nothing in Visual Basic).
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.DTSExecResult
A value from the DTSExecResult enumeration.
Siehe auch
Verweis
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask-Namespace