Freigeben über


IDTSEvents100.OnVariableValueChanged Methode

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)

Parameter

pContainer
IDTSContainer100
pVariable
IDTSVariable100
pbFireAgain
Boolean
Attribute

Hinweise

Weitere Informationen finden Sie unter IDTSEvents.

Gilt für: