Partager via


IDTSEvents100.OnVariableValueChanged Méthode

Définition

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)

Paramètres

pContainer
IDTSContainer100
pVariable
IDTSVariable100
pbFireAgain
Boolean
Attributs

Remarques

Pour plus d’informations, consultez IDTSEvents.

S’applique à