Méthode IDTSComponentEvents.FireQueryCancel

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

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

Syntaxe

'Déclaration
Function FireQueryCancel As Boolean
'Utilisation
Dim instance As IDTSComponentEvents 
Dim returnValue As Boolean 

returnValue = instance.FireQueryCancel()
bool FireQueryCancel()
bool FireQueryCancel()
abstract FireQueryCancel : unit -> bool
function FireQueryCancel() : boolean

Valeur de retour

Type : System.Boolean
A Boolean that indicates if the task should stop running.

Voir aussi

Référence

IDTSComponentEvents Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime