Freigeben über


EventsObjectWrapper.FireQueryCancel-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

Syntax

'Declaration
Public Function FireQueryCancel As Boolean
'Usage
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

Rückgabewert

Typ: System.Boolean
True if the task should stop running; otherwise, false.

Siehe auch

Verweis

EventsObjectWrapper Klasse

Microsoft.SqlServer.Dts.Tasks.ScriptTask-Namespace