IDTSEvents100.OnVariableValueChanged 方法

定义

由运行时引擎调用。 它不由任务调用。

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)

参数

pContainer
IDTSContainer100

任务。

pVariable
IDTSVariable100

已更改的变量。

pbFireAgain
Boolean

指示此操作应继续触发或停止触发的布尔值。 true 值指示它应继续触发。

属性

注解

有关详细信息,请参阅 IDTSEvents

适用于