Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
ClearBreakpointTargets | Infrastructure. When implemented in a derived class, removes all the breakpoints set in a task. |
![]() |
CreateBreakpointTarget | Infrastructure. When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description. |
![]() |
GetBreakpointTarget | Infrastructure. When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID. |
![]() |
IsBreakpointTargetEnabled | Infrastructure. When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled. |
![]() |
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.
.gif)