IDTSBreakpointTarget100.BreakOnExpressionChange Propiedad

Definición

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

Valor de propiedad

Un booleano indica si el código se va a romper cuando cambia una expresión. true indica que el paquete va a romperse; False indica que el paquete no se romperá.

Atributos

Comentarios

Para obtener más información, consulte BreakpointTarget.

Se aplica a