Freigeben über


PackageUpgradeResult.OnQueryCancel-Methode

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

Called at any juncture in task processing where it is feasible to cancel execution.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function OnQueryCancel As Boolean
'Usage
Dim instance As PackageUpgradeResult 
Dim returnValue As Boolean 

returnValue = instance.OnQueryCancel()
public bool OnQueryCancel()
public:
virtual bool OnQueryCancel() sealed
abstract OnQueryCancel : unit -> bool  
override OnQueryCancel : unit -> bool
public final function OnQueryCancel() : boolean

Rückgabewert

Typ: System.Boolean
The called event.

Implementiert

IDTSEvents.OnQueryCancel()

Siehe auch

Verweis

PackageUpgradeResult Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace