BreakpointTarget.Expression Property
Gets or sets an expression to be evaluated to determine if the breakpoint should occur.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Синтаксис
'Декларация
Public Property Expression As String
public string Expression { get; set; }
public:
property String^ Expression {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Expression ()
/** @property */
public void set_Expression (String value)
public function get Expression () : String
public function set Expression (value : 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"
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
BreakpointTarget Class
BreakpointTarget Members
Microsoft.SqlServer.Dts.Runtime Namespace