Метод 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.
См. также