IDTSBreakpointTarget100 Interface

 

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

For more information, see BreakpointTarget.

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

[GuidAttribute("66C318B3-6485-48FB-B1AF-0074CB3EEEDB")]
[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.

For more information, see BreakpointTarget.

System_CAPS_pubpropertyHitTarget

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

For more information, see BreakpointTarget.

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.

Return to top
Show: