FireQueryCancel 方法
Raises an event to determine whether an executable should stop running.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Function FireQueryCancel As Boolean
用法
Dim instance As IDTSComponentEvents
Dim returnValue As Boolean
returnValue = instance.FireQueryCancel()
bool FireQueryCancel()
bool FireQueryCancel()
abstract FireQueryCancel : unit -> bool
function FireQueryCancel() : boolean
返回值
类型:System. . :: . .Boolean
A Boolean that indicates if the task should stop running.