Partager via


Classe BreakpointTarget

Contains information on breakpoints that are set in the package. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..BreakpointTarget

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class BreakpointTarget _
    Inherits DtsObject
'Utilisation
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

Le type BreakpointTarget expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BreakOnExpressionChange Gets or sets a Boolean that indicates whether the code is to continue running or break and stop executing when the expression changes.
Propriété publique Description Returns the description associated with the breakpoint.
Propriété publique Enabled Gets or sets a Boolean indicating if a specific breakpoint is currently enabled.
Propriété publique Expression Gets or sets an expression to be evaluated to determine if the breakpoint should occur.
Propriété publique HitCount Gets or sets an Integer that specifies the number of times a breakpoint occurs before the run-time engine is suspended.
Propriété publique HitTarget Gets or sets the value used in conjunction with HitTest operation.
Propriété publique HitTest Gets or sets a DTSBreakpointHitTest enumeration used as a switch to test if a breakpoint should occur.
Propriété publique ID Gets the unique identifier assigned to the breakpoint.
Propriété publique Owner Returns an IDTSBreakpointSite for the task that owns the breakpoint.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (hérité de DtsObject.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (hérité de DtsObject.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ResetHitCount Resets the HitCount value to zero.
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

When running a package in Business Intelligence Development Studio, SSIS Designer supports breakpoints on containers and tasks. Business Intelligence Development Studio 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 Débogage du flux de contrôle and Ajout de la prise en charge du débogage dans une tâche personnalisée.

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.