Interfaz IDTSBreakpointManager100
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Provides methods to manage all the breakpoints that are set in on a task.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")> _
Public Interface IDTSBreakpointManager100
'Uso
Dim instance As IDTSBreakpointManager100
[GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")]
public interface IDTSBreakpointManager100
[GuidAttribute(L"5743F4B7-BCCB-4699-B2F3-CC52965948FC")]
public interface class IDTSBreakpointManager100
[<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")>]
type IDTSBreakpointManager100 = interface end
public interface IDTSBreakpointManager100
El tipo IDTSBreakpointManager100 expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
ClearBreakpointTargets | Infraestructura. When implemented in a derived class, removes all the breakpoints set in a task. | |
CreateBreakpointTarget | Infraestructura. When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description. | |
GetBreakpointTarget | Infraestructura. When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID. | |
IsBreakpointTargetEnabled | Infraestructura. When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled. | |
RemoveBreakpointTarget | Infraestructura. When implemented in a derived class, removes a previously created breakpoint from a task. |
Arriba
Comentarios
For more information, see BreakpointManager.