Método EventsObjectWrapper.FireQueryCancel
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Raises an event to determine whether an executable should stop running.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (em Microsoft.SqlServer.ScriptTask.dll)
Sintaxe
'Declaração
Public Function FireQueryCancel As Boolean
'Uso
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
Valor de retorno
Tipo: System.Boolean
True if the task should stop running; otherwise, false.