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


IDTSEvents100.OnVariableValueChanged 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 OnVariableValueChanged ( _
    pContainer As IDTSContainer100, _
    pVariable As IDTSVariable100, _
    <OutAttribute> ByRef pbFireAgain As Boolean _
)
'Usage
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
)