IDTSBreakpointSite100 Interface

Definition

Defines the interaction between the Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.

public interface class IDTSBreakpointSite100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSSuspend100
[System.Runtime.InteropServices.Guid("C1BE2F15-F380-4188-8641-7CE896644DA7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBreakpointSite100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSuspend100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("EE1E4858-EAFE-441B-B6CA-662A7F3C961E")]
public interface IDTSBreakpointSite100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSuspend100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A01D7158-D783-48DC-AAD8-6D0CFCC966CC")]
public interface IDTSBreakpointSite100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSuspend100
[<System.Runtime.InteropServices.Guid("C1BE2F15-F380-4188-8641-7CE896644DA7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBreakpointSite100 = interface
    interface IDTSSuspend100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("EE1E4858-EAFE-441B-B6CA-662A7F3C961E")>]
type IDTSBreakpointSite100 = interface
    interface IDTSSuspend100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A01D7158-D783-48DC-AAD8-6D0CFCC966CC")>]
type IDTSBreakpointSite100 = interface
    interface IDTSSuspend100
Public Interface IDTSBreakpointSite100
Implements IDTSSuspend100
Derived
Attributes
Implements

Remarks

For more information, see IDTSBreakpointSite.

Properties

DebugMode

Gets or sets a Boolean that indicates if a task should check if breakpoints are enabled.

SuspendRequired

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.

Methods

AcceptBreakpointManager(IDTSBreakpointManager100)

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.

ResumeExecution()

Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.

SuspendExecution()

Indicates that the executable needs to suspend. This method is called by the runtime engine.

Applies to