OnQueryCancel-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
- pbCancel
Typ: System. . :: . .Boolean%