IDTSBreakpointTarget100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the interaction between the Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | BreakOnExpressionChange | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether the code is to continue running or break and stop executing when the expression changes. |
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the description associated with the breakpoint. |
![]() | Enabled | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean indicating if a specific breakpoint is currently enabled. |
![]() | HitCount | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an Integer that specifies the number of times a breakpoint occurs before the run-time engine is suspended. |
![]() | HitTarget | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the value used in conjunction with HitTest operation. |
![]() | HitTest | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a DTSBreakpointHitTest enumeration used as a switch to test if a breakpoint should occur. |
![]() | ID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the unique identifier assigned to the breakpoint. |
![]() | Owner | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an IDTSBreakpointSite for the task that owns the breakpoint. |
| Name | Description | |
|---|---|---|
![]() | ResetHitCount() | This API supports the product infrastructure and is not intended to be used directly from your code. For more information, see BreakpointTarget. |
For more information, see IDTSBreakpointSite.

