Método IDTSComponentEvents100.FireQueryCancel
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Raises an event to determine whether an executable should stop running.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub FireQueryCancel ( _
<OutAttribute> ByRef pbCancel As Boolean _
)
'Uso
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
)
Parâmetros
- pbCancel
Tipo: System.Boolean%
When this method returns, contains a Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing. A value of false indicates that it should stop firing. This parameter is passed uninitialized.