Partager via


OnPostValidate 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 IDTSEvents.

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

Syntaxe

'Déclaration
Sub OnPostValidate ( _
    pExec As IDTSExecutable100, _
    ByRef pbFireAgain As Boolean _
)
'Utilisation
Dim instance As IDTSEvents100
Dim pExec As IDTSExecutable100
Dim pbFireAgain As Boolean

instance.OnPostValidate(pExec, pbFireAgain)
void OnPostValidate(
    IDTSExecutable100 pExec,
    ref bool pbFireAgain
)
void OnPostValidate(
    [InAttribute] IDTSExecutable100^ pExec, 
    bool% pbFireAgain
)
abstract OnPostValidate : 
        pExec:IDTSExecutable100 * 
        pbFireAgain:bool byref -> unit 
function OnPostValidate(
    pExec : IDTSExecutable100, 
    pbFireAgain : boolean
)