Método ASTaskBase.ValidateConnection
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Validates the task connection.
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
The connection to be validated.
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The validated connection.
Consulte também
Referência
Namespace Microsoft.DataTransformationServices.Tasks.DTSProcessingTask