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 | |
---|---|---|
ClearBreakpointTargets | Infrastruktur When implemented in a derived class, removes all the breakpoints set in a task. | |
CreateBreakpointTarget | Infrastruktur When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description. | |
GetBreakpointTarget | Infrastruktur When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID. | |
IsBreakpointTargetEnabled | Infrastruktur When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled. | |
RemoveBreakpointTarget | Infrastruktur When implemented in a derived class, removes a previously created breakpoint from a task. |
Zum Anfang
Hinweise
For more information, see BreakpointManager.