ASTaskBase::ValidateConnection Method (Connections^)

 

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)

protected:
virtual ConnectionManager^ ValidateConnection(
	Connections^ connections
)

Parameters

connections
Type: Microsoft.SqlServer.Dts.Runtime::Connections^

The connection to be validated.

Return Value

Type: Microsoft.SqlServer.Dts.Runtime::ConnectionManager^

The validated connection.

Return to top
Show: