Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Executes the task internally.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Syntax
'Declaration
Protected Overridable 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 virtual 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
)
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 function InternalExecute(
connections : Connections,
variableDispenser : VariableDispenser,
events : IDTSComponentEvents,
log : IDTSLogging,
transaction : Object
) : DTSExecResult
Parameters
- connections
Type: Microsoft.SqlServer.Dts.Runtime.Connections
The connections used.
- 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.
- transaction
Type: System.Object
The transaction.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.DTSExecResult
The executed task.
See Also
Reference
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace