Compartir a través de


IDTSEvents100.OnVariableValueChanged Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Called by the run-time engine. It is not called by tasks.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub OnVariableValueChanged ( _
    pContainer As IDTSContainer100, _
    pVariable As IDTSVariable100, _
    <OutAttribute> ByRef pbFireAgain As Boolean _
)
'Uso
Dim instance As IDTSEvents100 
Dim pContainer As IDTSContainer100 
Dim pVariable As IDTSVariable100 
Dim pbFireAgain As Boolean

instance.OnVariableValueChanged(pContainer, _
    pVariable, pbFireAgain)
void OnVariableValueChanged(
    IDTSContainer100 pContainer,
    IDTSVariable100 pVariable,
    out bool pbFireAgain
)
void OnVariableValueChanged(
    [InAttribute] IDTSContainer100^ pContainer, 
    [InAttribute] IDTSVariable100^ pVariable, 
    [InAttribute] [OutAttribute] bool% pbFireAgain
)
abstract OnVariableValueChanged : 
        pContainer:IDTSContainer100 * 
        pVariable:IDTSVariable100 * 
        pbFireAgain:bool byref -> unit
function OnVariableValueChanged(
    pContainer : IDTSContainer100, 
    pVariable : IDTSVariable100, 
    pbFireAgain : boolean
)

Parámetros

  • pbFireAgain
    Tipo: System.Boolean%
    A Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing.

Comentarios

For more information, see IDTSEvents.

Vea también

Referencia

IDTSEvents100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper