Freigeben über


IDTSBreakpointManager100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Provides methods to manage all the breakpoints that are set in on a task.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")> _
Public Interface IDTSBreakpointManager100
'Usage
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

Der IDTSBreakpointManager100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode ClearBreakpointTargets Infrastruktur When implemented in a derived class, removes all the breakpoints set in a task.
Öffentliche Methode CreateBreakpointTarget Infrastruktur When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description.
Öffentliche Methode GetBreakpointTarget Infrastruktur When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID.
Öffentliche Methode IsBreakpointTargetEnabled Infrastruktur When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled.
Öffentliche Methode RemoveBreakpointTarget Infrastruktur When implemented in a derived class, removes a previously created breakpoint from a task.

Zum Anfang

Hinweise

For more information, see BreakpointManager.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace