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