ASExecuteDDLTask.InternalValidate Method (Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Validates the DDL task internally.

Namespace:   Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Syntax

protected override DTSExecResult InternalValidate(
    Connections connections,
    VariableDispenser variableDispenser,
    IDTSComponentEvents events,
    IDTSLogging log
)
protected:
virtual DTSExecResult InternalValidate(
    Connections^ connections,
    VariableDispenser^ variableDispenser,
    IDTSComponentEvents^ events,
    IDTSLogging^ log
) override
override InternalValidate : 
        connections:Connections *
        variableDispenser:VariableDispenser *
        events:IDTSComponentEvents *
        log:IDTSLogging -> DTSExecResult
Protected Overrides Function InternalValidate (
    connections As Connections,
    variableDispenser As VariableDispenser,
    events As IDTSComponentEvents,
    log As IDTSLogging
) As DTSExecResult

Parameters

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