IDTSComponentEvents.FireQueryCancel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises an event to determine whether an executable should stop running.
public:
bool FireQueryCancel();
public bool FireQueryCancel ();
abstract member FireQueryCancel : unit -> bool
Public Function FireQueryCancel () As Boolean
Returns
A Boolean that indicates if the task should stop running.