Partager via


BreakpointTarget Class

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

Espace de noms: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntaxe

'Déclaration
Public NotInheritable Class BreakpointTarget
    Inherits DtsObject
public sealed class BreakpointTarget : DtsObject
public ref class BreakpointTarget sealed : public DtsObject
public final class BreakpointTarget extends DtsObject
public final class BreakpointTarget extends DtsObject

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 Adding Support for Debugging in a Custom Task.

Inheritance Hierarchy

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

Sécurité des threads

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

BreakpointTarget Members
Microsoft.SqlServer.Dts.Runtime Namespace