Méthode IDTSEvents100.OnPreExecute

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Called when a task is about to execute. This event is raised by a task or a container immediately before it runs.

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

Syntaxe

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

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

Paramètres

  • pbFireAgain
    Type : System.Boolean%
    A Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing.

Notes

For more information, see IDTSEvents.

Voir aussi

Référence

IDTSEvents100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper