Partager via


Interface IDTSBreakpointManager100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")> _
Public Interface IDTSBreakpointManager100
'Utilisation
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

Le type IDTSBreakpointManager100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique ClearBreakpointTargets Infrastructure. When implemented in a derived class, removes all the breakpoints set in a task.
Méthode publique CreateBreakpointTarget Infrastructure. When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description.
Méthode publique GetBreakpointTarget Infrastructure. When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID.
Méthode publique IsBreakpointTargetEnabled Infrastructure. When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled.
Méthode publique RemoveBreakpointTarget Infrastructure. When implemented in a derived class, removes a previously created breakpoint from a task.

Haut de la page

Notes

For more information, see BreakpointManager.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper