언어

IDTSVariable100.RaiseChangedEvent 속성

정의

변수 값이 변할 때 이벤트를 발생 OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) 시키도록 플래그가 지정되었는지 나타내는 값을 받거나 설정합니다.

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) 발생하면 참이고, 그렇지 않으면 거짓입니다.

특성

설명

자세한 내용은 Variable를 참조하세요.

적용 대상