IDTSEvents100.OnVariableValueChanged Method

Definition

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

public:
 void OnVariableValueChanged(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100 ^ pContainer, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ pVariable, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(12)]
public void OnVariableValueChanged (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100 pContainer, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 pVariable, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member OnVariableValueChanged : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 * bool -> unit
Public Sub OnVariableValueChanged (pContainer As IDTSContainer100, pVariable As IDTSVariable100, ByRef pbFireAgain As Boolean)

Parameters

pContainer
IDTSContainer100

The task.

pVariable
IDTSVariable100

The variable that changed.

pbFireAgain
Boolean

A Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing.

Attributes

Remarks

For more information, see IDTSEvents.

Applies to