IDTSVariable100.RaiseChangedEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the variable has been flagged to raise the OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) event when the value of the variable changes.
public:
property bool RaiseChangedEvent { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(8)]
public bool RaiseChangedEvent { [System.Runtime.InteropServices.DispId(8)] get; [System.Runtime.InteropServices.DispId(8)] set; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
[<set: System.Runtime.InteropServices.DispId(8)>]
member this.RaiseChangedEvent : bool with get, set
Public Property RaiseChangedEvent As Boolean
Property Value
true if a change to the variable value is to raise an OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) event; otherwise, false.
- Attributes
Remarks
For more information, see Variable.