Partager via


ActiveXScriptTask.AcceptBreakpointManager Method

Passes a BreakpointManager 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.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly: Microsoft.SqlServer.ActiveXScriptTask (in microsoft.sqlserver.activexscripttask.dll)

Syntaxe

'Déclaration
Public Sub AcceptBreakpointManager ( _
    breakPointMgr As BreakpointManager _
)
public void AcceptBreakpointManager (
    BreakpointManager breakPointMgr
)
public:
virtual void AcceptBreakpointManager (
    BreakpointManager^ breakPointMgr
) sealed
public final void AcceptBreakpointManager (
    BreakpointManager breakPointMgr
)
public final function AcceptBreakpointManager (
    breakPointMgr : BreakpointManager
)

Paramètres

  • breakPointMgr
    The breakpoint manager that is specific to the task.

Notes

ms193173.note(fr-fr,SQL.90).gifImportant :
Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.

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

ActiveXScriptTask Class
ActiveXScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask Namespace