Méthode EventsObjectWrapper.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.Tasks.ScriptTask
Assembly :  Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)

Syntaxe

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

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

Valeur de retour

Type : System.Boolean
True if the task should stop running; otherwise, false.

Voir aussi

Référence

EventsObjectWrapper Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.ScriptTask