BreakpointInfo Class

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Inheritance Hierarchy

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

Syntax

public sealed class BreakpointInfo
public ref class BreakpointInfo sealed 
[<Sealed>]
type BreakpointInfo = class end
Public NotInheritable Class BreakpointInfo

Constructors

Name Description
System_CAPS_pubmethod BreakpointInfo()

Initializes a new instance of the BreakpointInfo class.

Properties

Name Description
System_CAPS_pubproperty Enabled

Gets or sets a value that indicates whether the breakpoint is enabled.

System_CAPS_pubproperty File

Gets or sets the name of the file in which the breakpoint is contained.

System_CAPS_pubproperty FileColumn

Gets or sets the character location within a line in a file where the breakpoint is set.

System_CAPS_pubproperty FileLine

Gets or sets the line within a file where the breakpoint is set.

System_CAPS_pubproperty FunctionName

Gets or sets the name of the function containing the breakpoint.

System_CAPS_pubproperty HitCountTarget

Gets or sets the hit count target for any type of breakpoint.

System_CAPS_pubproperty HitCountType

Gets or sets the hit count type of the breakpoint.

System_CAPS_pubproperty Language

Gets or sets the name of the programming language containing the breakpoint.

System_CAPS_pubproperty Name

Gets or sets the name of the breakpoint.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the specified object is equal to the breakpoint.(Overrides Object.Equals(Object).)

System_CAPS_pubmethod GetHashCode()

Returns the hash code for this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(BreakpointInfo, BreakpointInfo)

Indicates whether the two breakpoints are equal.

System_CAPS_puboperatorSystem_CAPS_static Inequality(BreakpointInfo, BreakpointInfo)

Indicates whether the two breakpoints are not equal.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top