Partager via


Classe BreakpointInfo

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public NotInheritable Class BreakpointInfo
'Utilisation
Dim instance As BreakpointInfo
public sealed class BreakpointInfo
public ref class BreakpointInfo sealed
[<SealedAttribute>]
type BreakpointInfo =  class end
public final class BreakpointInfo

Le type BreakpointInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BreakpointInfo Initializes a new instance of the BreakpointInfo class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Enabled Gets or sets a value that indicates whether the breakpoint is enabled.
Propriété publique File Gets or sets the name of the file in which the breakpoint is contained.
Propriété publique FileColumn Gets or sets the character location within a line in a file where the breakpoint is set.
Propriété publique FileLine Gets or sets the line within a file where the breakpoint is set.
Propriété publique FunctionName Gets or sets the name of the function containing the breakpoint.
Propriété publique HitCountTarget Gets or sets the hit count target for any type of breakpoint.
Propriété publique HitCountType Gets or sets the hit count type of the breakpoint.
Propriété publique Language Gets or sets the name of the programming language containing the breakpoint.
Propriété publique Name Gets or sets the name of the breakpoint.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether the specified object is equal to the breakpoint. (remplace Object.Equals(Object).)
Méthode publique GetHashCode Returns the hash code for this instance. (remplace Object.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Indicates whether the two breakpoints are equal.
Opérateur publicMembre statique Inequality Indicates whether the two breakpoints are not equal.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.DataWarehouse.Interfaces.Debugger