Partager via


Méthode IDTSComponentEvents100.FireQueryCancel

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

Raises an event to determine whether an executable should stop running.

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

Syntaxe

'Déclaration
Sub FireQueryCancel ( _
    <OutAttribute> ByRef pbCancel As Boolean _
)
'Utilisation
Dim instance As IDTSComponentEvents100 
Dim pbCancel As Boolean

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

Paramètres

  • pbCancel
    Type : System.Boolean%
    When this method returns, contains a Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing. A value of false indicates that it should stop firing. This parameter is passed uninitialized.

Voir aussi

Référence

IDTSComponentEvents100 Interface

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