Compartilhar via


Método ValidateConnection

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

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

Sintaxe

'Declaração
Protected Overridable Function ValidateConnection ( _
    connections As Connections _
) As ConnectionManager
'Uso
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