इसके माध्यम से साझा किया गया


IDTSEvents100.OnQueryCancel Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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
)

Parameters