IDTSEvents100.OnVariableValueChanged Method

Definition

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

Parameters

pContainer
IDTSContainer100
pVariable
IDTSVariable100
pbFireAgain
Boolean
Attributes

Remarks

For more information, see IDTSEvents.

Applies to