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


Класс BreakpointTarget

Contains information on breakpoints that are set in the package. This class cannot be inherited.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.BreakpointTarget

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

Синтаксис

'Декларация
Public NotInheritable Class BreakpointTarget _
    Inherits DtsObject
'Применение
Dim instance As BreakpointTarget
public sealed class BreakpointTarget : DtsObject
public ref class BreakpointTarget sealed : public DtsObject
[<SealedAttribute>]
type BreakpointTarget =  
    class 
        inherit DtsObject 
    end
public final class BreakpointTarget extends DtsObject

Тип BreakpointTarget обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство BreakOnExpressionChange Gets or sets a Boolean that indicates whether the code is to continue running or break and stop executing when the expression changes.
Открытое свойство Description Returns the description associated with the breakpoint.
Открытое свойство Enabled Gets or sets a Boolean indicating if a specific breakpoint is currently enabled.
Открытое свойство Expression Gets or sets an expression to be evaluated to determine if the breakpoint should occur.
Открытое свойство HitCount Gets or sets an Integer that specifies the number of times a breakpoint occurs before the run-time engine is suspended.
Открытое свойство HitTarget Gets or sets the value used in conjunction with HitTest operation.
Открытое свойство HitTest Gets or sets a DTSBreakpointHitTest enumeration used as a switch to test if a breakpoint should occur.
Открытое свойство ID Gets the unique identifier assigned to the breakpoint.
Открытое свойство Owner Returns an IDTSBreakpointSite for the task that owns the breakpoint.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Производный от DtsObject.)
Открытый метод GetHashCode Returns the hash code for this instance. (Производный от DtsObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод ResetHitCount Resets the HitCount value to zero.
Открытый метод ToString (Производный от Object.)

В начало

Замечания

When running a package in SQL Server Data Tools (SSDT), SSIS Designer supports breakpoints on containers and tasks. SQL Server Data Tools (SSDT) also provides debug windows to view the data during a breakpoint. Additionally, SSIS Designer provides progress reporting for debugging package control flow. For more information on using these features with breakpoints, see Отладка потока управления and Добавление поддержки отладки в пользовательскую задачу.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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