语言

IDTSComponentEvents100.FireQueryCancel(Boolean) 方法

定义

触发事件以判定可执行文件是否应停止运行。

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)

参数

pbCancel
Boolean

当该方法返回时,包含一个布尔值,指示该方法应继续发射或停止发射。 值为真则表示应继续发射。 值为false表示应停止发射。 此参数未初始化传递。

属性

适用于