ASExecuteDDLTask.InternalExecute Method (Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object)

 

Applies To: SQL Server 2016 Preview

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)

Syntax

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
override InternalExecute : 
        connections:Connections *
        variableDispenser:VariableDispenser *
        events:IDTSComponentEvents *
        log:IDTSLogging *
        transaction:Object -> DTSExecResult
Protected Overrides Function InternalExecute (
    connections As Connections,
    variableDispenser As VariableDispenser,
    events As IDTSComponentEvents,
    log As IDTSLogging,
    transaction As Object
) As DTSExecResult

Parameters

  • 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.

See Also

ASExecuteDDLTask Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace

Return to top