Freigeben über


OnQueryCancel-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

For more information, see IDTSEvents.

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

Syntax

'Declaration
Sub OnQueryCancel ( _
    <OutAttribute> ByRef pbCancel As Boolean _
)
'Usage
Dim instance As IDTSEvents100
Dim pbCancel As Boolean

instance.OnQueryCancel(pbCancel)
void OnQueryCancel(
    out bool pbCancel
)
void OnQueryCancel(
    [OutAttribute] bool% pbCancel
)
abstract OnQueryCancel : 
        pbCancel:bool byref -> unit 
function OnQueryCancel(
    pbCancel : boolean
)

Parameter