Metodo EventsObjectWrapper.FireQueryCancel
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Raises an event to determine whether an executable should stop running.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Sintassi
'Dichiarazione
Public Function FireQueryCancel As Boolean
'Utilizzo
Dim instance As EventsObjectWrapper
Dim returnValue As Boolean
returnValue = instance.FireQueryCancel()
public bool FireQueryCancel()
public:
bool FireQueryCancel()
member FireQueryCancel : unit -> bool
public function FireQueryCancel() : boolean
Valore restituito
Tipo: System.Boolean
True if the task should stop running; otherwise, false.