FireQueryCancel méthode
Raises an event to determine whether an executable should stop running.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (dans 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.