Partager via


OnQueryCancel 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 OnQueryCancel ( _
    <OutAttribute> ByRef pbCancel As Boolean _
)
'Utilisation
Dim instance As IDTSEvents100
Dim pbCancel As Boolean

instance.OnQueryCancel(pbCancel)
void OnQueryCancel(
    out bool pbCancel
)
void OnQueryCancel(
    [OutAttribute] bool% pbCancel
)
abstract OnQueryCancel : 
        pbCancel:bool byref -> unit 
function OnQueryCancel(
    pbCancel : boolean
)

Paramètres