Поделиться через


Свойство BreakpointTarget.Expression

Gets or sets an expression to be evaluated to determine if the breakpoint should occur.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Property Expression As String 
    Get 
    Set
'Применение
Dim instance As BreakpointTarget 
Dim value As String 

value = instance.Expression

instance.Expression = value
public string Expression { get; set; }
public:
property String^ Expression {
    String^ get ();
    void set (String^ value);
}
member Expression : string with get, set
function get Expression () : String 
function set Expression (value : String)

Значение свойства

Тип: System.String
A String containing the expression to evaluate.

Примеры

The following code example shows how to set the breakpoint expression to evaluate the value of a variable.

bp.Expression = "@v == 1";
bp.Expression = "@v == 1"

См. также

Справочник

BreakpointTarget Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime