IDTSComponentEvents100.FireQueryCancel(Boolean) Method

Definition

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

public:
 void FireQueryCancel([Runtime::InteropServices::Out] bool % pbCancel);
[System.Runtime.InteropServices.DispId(3)]
public void FireQueryCancel (out bool pbCancel);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member FireQueryCancel : bool -> unit
Public Sub FireQueryCancel (ByRef pbCancel As Boolean)

Parameters

pbCancel
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.

Attributes

Applies to