ASTaskBase.ValidateConnection Method (Connections)

 

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 task connection.

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

Syntax

protected virtual ConnectionManager ValidateConnection(
    Connections connections
)
protected:
virtual ConnectionManager^ ValidateConnection(
    Connections^ connections
)
abstract ValidateConnection : 
        connections:Connections -> ConnectionManager
override ValidateConnection : 
        connections:Connections -> ConnectionManager
Protected Overridable Function ValidateConnection (
    connections As Connections
) As ConnectionManager

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManager

The validated connection.

See Also

ASTaskBase Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace

Return to top