Metodo FireQueryCancel

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

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Function FireQueryCancel As Boolean
'Utilizzo
Dim instance As IDTSComponentEvents
Dim returnValue As Boolean

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

Valore restituito

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