Interfaccia IDTSBreakpointManager100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Provides methods to manage all the breakpoints that are set in on a task.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")> _
Public Interface IDTSBreakpointManager100
'Utilizzo
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
Nel tipo IDTSBreakpointManager100 sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
ClearBreakpointTargets | Infrastruttura. When implemented in a derived class, removes all the breakpoints set in a task. | |
CreateBreakpointTarget | Infrastruttura. When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description. | |
GetBreakpointTarget | Infrastruttura. When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID. | |
IsBreakpointTargetEnabled | Infrastruttura. When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled. | |
RemoveBreakpointTarget | Infrastruttura. When implemented in a derived class, removes a previously created breakpoint from a task. |
In alto
Osservazioni
For more information, see BreakpointManager.