BreakpointInfo 클래스

Contains the properties and methods used to programmatically manipulate a breakpoint.

상속 계층

System.Object
  Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointInfo

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public NotInheritable Class BreakpointInfo
‘사용 방법
Dim instance As BreakpointInfo
public sealed class BreakpointInfo
public ref class BreakpointInfo sealed
[<SealedAttribute>]
type BreakpointInfo =  class end
public final class BreakpointInfo

BreakpointInfo 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 BreakpointInfo Initializes a new instance of the BreakpointInfo class.

맨 위로 이동

속성

  이름 설명
공용 속성 Enabled Gets or sets a value that indicates whether the breakpoint is enabled.
공용 속성 File Gets or sets the name of the file in which the breakpoint is contained.
공용 속성 FileColumn Gets or sets the character location within a line in a file where the breakpoint is set.
공용 속성 FileLine Gets or sets the line within a file where the breakpoint is set.
공용 속성 FunctionName Gets or sets the name of the function containing the breakpoint.
공용 속성 HitCountTarget Gets or sets the hit count target for any type of breakpoint.
공용 속성 HitCountType Gets or sets the hit count type of the breakpoint.
공용 속성 Language Gets or sets the name of the programming language containing the breakpoint.
공용 속성 Name Gets or sets the name of the breakpoint.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Determines whether the specified object is equal to the breakpoint. (Object.Equals(Object)을(를) 재정의함)
공용 메서드 GetHashCode Returns the hash code for this instance. (Object.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality Indicates whether the two breakpoints are equal.
공용 연산자정적 멤버 Inequality Indicates whether the two breakpoints are not equal.

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스