IDTSComponentEvents100.FireQueryCancel(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
触发事件以判定可执行文件是否应停止运行。
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表示应停止发射。 此参数未初始化传递。
- 属性