PackageUpgradeResult.OnQueryCancel Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Return Value
Type: System.Boolean