Freigeben über


ASTaskBase.ValidateConnection-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Validates the task connection.

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

Syntax

'Declaration
Protected Overridable Function ValidateConnection ( _
    connections As Connections _
) As ConnectionManager
'Usage
Dim connections As Connections 
Dim returnValue As ConnectionManager 

returnValue = Me.ValidateConnection(connections)
protected virtual ConnectionManager ValidateConnection(
    Connections connections
)
protected:
virtual ConnectionManager^ ValidateConnection(
    Connections^ connections
)
abstract ValidateConnection : 
        connections:Connections -> ConnectionManager  
override ValidateConnection : 
        connections:Connections -> ConnectionManager
protected function ValidateConnection(
    connections : Connections
) : ConnectionManager

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The validated connection.

Siehe auch

Verweis

ASTaskBase Klasse

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask-Namespace