Partager via


Validate 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.

For more information, see ConnectionManager.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function Validate ( _
    pEvents As IDTSInfoEvents100 _
) As DTSExecResult
'Utilisation
Dim instance As IDTSConnectionManager100
Dim pEvents As IDTSInfoEvents100
Dim returnValue As DTSExecResult

returnValue = instance.Validate(pEvents)
DTSExecResult Validate(
    IDTSInfoEvents100 pEvents
)
DTSExecResult Validate(
    [InAttribute] IDTSInfoEvents100^ pEvents
)
abstract Validate : 
        pEvents:IDTSInfoEvents100 -> DTSExecResult 
function Validate(
    pEvents : IDTSInfoEvents100
) : DTSExecResult