IDTSEvents100.OnVariableValueChanged 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Sub OnVariableValueChanged ( _
    pContainer As IDTSContainer100, _
    pVariable As IDTSVariable100, _
    <OutAttribute> ByRef pbFireAgain As Boolean _
)
用法
Dim instance As IDTSEvents100 
Dim pContainer As IDTSContainer100 
Dim pVariable As IDTSVariable100 
Dim pbFireAgain As Boolean

instance.OnVariableValueChanged(pContainer, _
    pVariable, pbFireAgain)
void OnVariableValueChanged(
    IDTSContainer100 pContainer,
    IDTSVariable100 pVariable,
    out bool pbFireAgain
)
void OnVariableValueChanged(
    [InAttribute] IDTSContainer100^ pContainer, 
    [InAttribute] IDTSVariable100^ pVariable, 
    [InAttribute] [OutAttribute] bool% pbFireAgain
)
abstract OnVariableValueChanged : 
        pContainer:IDTSContainer100 * 
        pVariable:IDTSVariable100 * 
        pbFireAgain:bool byref -> unit
function OnVariableValueChanged(
    pContainer : IDTSContainer100, 
    pVariable : IDTSVariable100, 
    pbFireAgain : boolean
)

参数

  • pbFireAgain
    类型:System.Boolean%
    A Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing.

注释

For more information, see IDTSEvents.

请参阅

参考

IDTSEvents100 接口

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间