EventsObjectWrapper.FireQueryCancel 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Raises an event to determine whether an executable should stop running.
命名空间: Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集: Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)
语法
声明
Public Function FireQueryCancel As Boolean
用法
Dim instance As EventsObjectWrapper
Dim returnValue As Boolean
returnValue = instance.FireQueryCancel()
public bool FireQueryCancel()
public:
bool FireQueryCancel()
member FireQueryCancel : unit -> bool
public function FireQueryCancel() : boolean
返回值
类型:System.Boolean
True if the task should stop running; otherwise, false.