Compartilhar via


Método IDTSComponentEvents.FireQueryCancel

Raises an event to determine whether an executable should stop running.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Function FireQueryCancel As Boolean
'Uso
Dim instance As IDTSComponentEvents 
Dim returnValue As Boolean 

returnValue = instance.FireQueryCancel()
bool FireQueryCancel()
bool FireQueryCancel()
abstract FireQueryCancel : unit -> bool
function FireQueryCancel() : boolean

Valor de retorno

Tipo: System.Boolean
A Boolean that indicates if the task should stop running.

Consulte também

Referência

IDTSComponentEvents Interface

Namespace Microsoft.SqlServer.Dts.Runtime