Méthode ConnectionManagerAdoNetClass.Validate
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Validates the connection and returns an enumeration that indicates success or failure.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable Function Validate ( _
pEvents As IDTSInfoEvents100 _
) As DTSExecResult
'Utilisation
Dim instance As ConnectionManagerAdoNetClass
Dim pEvents As IDTSInfoEvents100
Dim returnValue As DTSExecResult
returnValue = instance.Validate(pEvents)
public virtual DTSExecResult Validate(
IDTSInfoEvents100 pEvents
)
public:
virtual DTSExecResult Validate(
[InAttribute] IDTSInfoEvents100^ pEvents
)
abstract Validate :
pEvents:IDTSInfoEvents100 -> DTSExecResult
override Validate :
pEvents:IDTSInfoEvents100 -> DTSExecResult
public function Validate(
pEvents : IDTSInfoEvents100
) : DTSExecResult
Paramètres
- pEvents
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 events interface to raise errors, warning, or informational events.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
One of the enumeration values of the DTSExecResult enumeration.
Implémente
IDTSConnectionManager100.Validate(IDTSInfoEvents100)