IDTSVariable100.RaiseChangedEvent 屬性

定義

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

屬性值

若變數值的變更是為了引發OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean)事件,則為 true;否則為 false

屬性

適用於