Freigeben über


OnQueryCancel-Methode

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

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

Implementiert

IDTSEvents. . :: . .OnQueryCancel() () () ()