IDTSBreakpointTarget100.BreakOnExpressionChange プロパティ

定義

public:
 property bool BreakOnExpressionChange { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public bool BreakOnExpressionChange { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.BreakOnExpressionChange : bool with get, set
Public Property BreakOnExpressionChange As Boolean

プロパティ値

式が変わったときにコードが壊れるかどうかを示す ブール値 です。 true はパッケージが壊れることを意味します。 false はパッケージが壊れないことを示します。

属性

適用対象