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.
Accepts an IDTSBreakpointManager100 manager, that is called by the run-time engine when a task or container is created, to allow the task to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable Sub AcceptBreakpointManager ( _
pBreakpointManager As IDTSBreakpointManager100 _
)
'Utilisation
Dim instance As ForEachLoopClass
Dim pBreakpointManager As IDTSBreakpointManager100
instance.AcceptBreakpointManager(pBreakpointManager)
public virtual void AcceptBreakpointManager(
IDTSBreakpointManager100 pBreakpointManager
)
public:
virtual void AcceptBreakpointManager(
[InAttribute] IDTSBreakpointManager100^ pBreakpointManager
)
abstract AcceptBreakpointManager :
pBreakpointManager:IDTSBreakpointManager100 -> unit
override AcceptBreakpointManager :
pBreakpointManager:IDTSBreakpointManager100 -> unit
public function AcceptBreakpointManager(
pBreakpointManager : IDTSBreakpointManager100
)
Paramètres
- pBreakpointManager
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointManager100
The IDTSBreakpointManager100 to use for controlling breakpoints on this task or container.
Implémente
IDTSBreakpointSite100.AcceptBreakpointManager(IDTSBreakpointManager100)