ScriptTask.AcceptBreakpointManager Method
Passes a BreakpointManager to the task. This method is called by the runtime and is not used in code.
Espace de noms: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in microsoft.sqlserver.scripttask.dll)
Syntaxe
'Déclaration
Public Sub AcceptBreakpointManager ( _
bpManager As BreakpointManager _
)
public void AcceptBreakpointManager (
BreakpointManager bpManager
)
public:
virtual void AcceptBreakpointManager (
BreakpointManager^ bpManager
) sealed
public final void AcceptBreakpointManager (
BreakpointManager bpManager
)
public final function AcceptBreakpointManager (
bpManager : BreakpointManager
)
Paramètres
- bpManager
The breakpoint manager specific for this task.
Notes
The IDTSBreakpointSite interface defines this method, which is inherited by tasks and called by the run-time engine during task creation. The method takes the BreakpointManager object as a parameter, which is then used by each task to create and manage its breakpoints.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ScriptTask Class
ScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace