Partager via


Méthode ValidateConnection

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly :  Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)

Syntaxe

'Déclaration
Protected Overridable Function ValidateConnection ( _
    connections As Connections _
) As ConnectionManager
'Utilisation
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