Compartir a través de


BreakpointTarget Class

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

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
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

Notas

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 Depurar el flujo de control and Adding Support for Debugging in a Custom Task.

Inheritance Hierarchy

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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

BreakpointTarget Members
Microsoft.SqlServer.Dts.Runtime Namespace