IDTSBreakpointTarget100.BreakOnExpressionChange Propriété

Définition

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

Valeur de propriété

Valeur booléenne indiquant si le code doit s’interrompre lorsqu’une expression change. true indique que le package est à interrompre ; false indique que le package ne s’interrompt pas.

Attributs

Remarques

Pour plus d’informations, consultez BreakpointTarget.

S’applique à