BreakpointManager.ClearBreakpointTargets Method
Removes all the breakpoints set in a task.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Синтаксис
'Декларация
Public Sub ClearBreakpointTargets
public void ClearBreakpointTargets ()
public:
void ClearBreakpointTargets ()
public void ClearBreakpointTargets ()
public function ClearBreakpointTargets ()
Пример
The following example assumes that the variable mybpManager is the breakpoint manager, and calls the method to clear all the breakpoints in the task.
mybpManager.ClearBreakpointTargets();
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
BreakpointManager Class
BreakpointManager Members
Microsoft.SqlServer.Dts.Runtime Namespace