Compartir a través de


ForLoopClass.AcceptBreakpointManager Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Passes a IDTSBreakpointManager100 to a task. The task will use the breakpoint manager to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Sub AcceptBreakpointManager ( _
    pBreakpointManager As IDTSBreakpointManager100 _
)
'Uso
Dim instance As ForLoopClass 
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
)

Parámetros

Implementa

IDTSBreakpointSite100.AcceptBreakpointManager(IDTSBreakpointManager100)

Vea también

Referencia

ForLoopClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper