Clase BreakpointInfo

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Public NotInheritable Class BreakpointInfo
'Uso
Dim instance As BreakpointInfo
public sealed class BreakpointInfo
public ref class BreakpointInfo sealed
[<SealedAttribute>]
type BreakpointInfo =  class end
public final class BreakpointInfo

El tipo BreakpointInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BreakpointInfo Initializes a new instance of the BreakpointInfo class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Enabled Gets or sets a value that indicates whether the breakpoint is enabled.
Propiedad pública File Gets or sets the name of the file in which the breakpoint is contained.
Propiedad pública FileColumn Gets or sets the character location within a line in a file where the breakpoint is set.
Propiedad pública FileLine Gets or sets the line within a file where the breakpoint is set.
Propiedad pública FunctionName Gets or sets the name of the function containing the breakpoint.
Propiedad pública HitCountTarget Gets or sets the hit count target for any type of breakpoint.
Propiedad pública HitCountType Gets or sets the hit count type of the breakpoint.
Propiedad pública Language Gets or sets the name of the programming language containing the breakpoint.
Propiedad pública Name Gets or sets the name of the breakpoint.

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether the specified object is equal to the breakpoint. (Invalida Object.Equals(Object).)
Método público GetHashCode Returns the hash code for this instance. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Indicates whether the two breakpoints are equal.
Operador públicoMiembro estático Inequality Indicates whether the two breakpoints are not equal.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger