इसके माध्यम से साझा किया गया


IDTSEvents100.OnPreExecute Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see IDTSEvents.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub OnPreExecute ( _
    pExec As IDTSExecutable100, _
    ByRef pbFireAgain As Boolean _
)
'Usage
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
)