Método ValidateConnection
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do 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
Parâmetros
- connections
Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .Connections
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .ConnectionManager
Consulte também