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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("45D02A18-36D8-4D9F-BD6C-A92A0AC577F8")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("Owner")]
public interface class IDTSBreakpointTarget100

NameDescription
System_CAPS_pubpropertyBreakOnExpressionChange

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.

System_CAPS_pubpropertyDescription

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the description associated with the breakpoint.

System_CAPS_pubpropertyEnabled

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.

System_CAPS_pubpropertyHitCount

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.

System_CAPS_pubpropertyHitTarget

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.

System_CAPS_pubpropertyHitTest

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.

System_CAPS_pubpropertyID

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.

System_CAPS_pubpropertyOwner

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.

NameDescription
System_CAPS_pubmethodResetHitCount()

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.

Return to top
Show: