次の方法で共有


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 は、パッケージが破損しないことを示します。

属性

注釈

詳細については、「BreakpointTarget」を参照してください。

適用対象