다음을 통해 공유


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 사용자 지정 태스크에 디버깅 지원 추가.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스