IDTSEvents.OnVariableValueChanged 메서드
Called by the run-time engine. It is not called by tasks.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Sub OnVariableValueChanged ( _
DtsContainer As DtsContainer, _
variable As Variable, _
ByRef fireAgain As Boolean _
)
‘사용 방법
Dim instance As IDTSEvents
Dim DtsContainer As DtsContainer
Dim variable As Variable
Dim fireAgain As Boolean
instance.OnVariableValueChanged(DtsContainer, _
variable, fireAgain)
void OnVariableValueChanged(
DtsContainer DtsContainer,
Variable variable,
ref bool fireAgain
)
void OnVariableValueChanged(
DtsContainer^ DtsContainer,
Variable^ variable,
bool% fireAgain
)
abstract OnVariableValueChanged :
DtsContainer:DtsContainer *
variable:Variable *
fireAgain:bool byref -> unit
function OnVariableValueChanged(
DtsContainer : DtsContainer,
variable : Variable,
fireAgain : boolean
)
매개 변수
- DtsContainer
유형: Microsoft.SqlServer.Dts.Runtime.DtsContainer
The task.
- variable
유형: Microsoft.SqlServer.Dts.Runtime.Variable
The variable that changed.
- fireAgain
유형: System.Boolean%
A Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing.