Share via


EventsObjectWrapper.FireQueryCancel Method

This API supports the infrastructure and is not intended to be used directly from your code.

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

Return Value

Type: System.Boolean