IDTSBreakpointSite100 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
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("C1BE2F15-F380-4188-8641-7CE896644DA7")]
[DefaultMemberAttribute("SuspendExecution")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSBreakpointSite100 : IDTSSuspend100

NameDescription
System_CAPS_pubpropertyDebugMode

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates if a task should check if breakpoints are enabled.

System_CAPS_pubpropertySuspendRequired

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.

NameDescription
System_CAPS_pubmethodAcceptBreakpointManager(IDTSBreakpointManager100^)

This API supports the product infrastructure and is not intended to be used directly from your code. Passes a IDTSBreakpointManager100 to a task. The task will use the breakpoint manager to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code.

System_CAPS_pubmethodResumeExecution()

This API supports the product infrastructure and is not intended to be used directly from your code. Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.

System_CAPS_pubmethodSuspendExecution()

This API supports the product infrastructure and is not intended to be used directly from your code. Indicates that the executable needs to suspend. This method is called by the runtime engine.

For more information, see IDTSBreakpointSite.

Return to top
Show: