IDTSBreakpointManager100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides methods to manage all the breakpoints that are set in on a task.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ClearBreakpointTargets() | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a derived class, removes all the breakpoints set in a task. |
![]() | CreateBreakpointTarget(Int32, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description. |
![]() | GetBreakpointTarget(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID. |
![]() | IsBreakpointTargetEnabled(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled. |
![]() | RemoveBreakpointTarget(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a derived class, removes a previously created breakpoint from a task. |
For more information, see BreakpointManager .
