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


IDTSComponentEvents100.FireQueryCancel Method

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

For more information, see IDTSComponentEvents.

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

Syntax

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

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

Parameters