ValidateConnection méthode
Cette API prend en charge l'infrastructure .NET Framework 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 (dans 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
Paramètres
- connections
Type : Microsoft.SqlServer.Dts.Runtime. . :: . .Connections
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime. . :: . .ConnectionManager