IDesignerDebuggingService Interface

 

Applies To: SQL Server 2016 Preview

Represents a service provided by designer, so that the project can invoke it.

Namespace:   Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

[GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")]
public interface IDesignerDebuggingService
[GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")]
public interface class IDesignerDebuggingService
[<GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")>]
type IDesignerDebuggingService = interface end
<GuidAttribute("0C0CD5F0-0744-4bc7-B800-553CABE7C6DA")>
Public Interface IDesignerDebuggingService

Properties

Name Description
System_CAPS_pubproperty Debuggee

Gets the debuggee of this designer.

System_CAPS_pubproperty IsDebugPackageInstalled

Gets a value that indicates whether the debug package is installed in the current AppID.

System_CAPS_pubproperty Mode

Gets the debugging mode for this designer.

Methods

Name Description
System_CAPS_pubmethod GetBreakpointInfo(Guid, String)

Returns the breakpoint information from the designer.

System_CAPS_pubmethod GetBreakpoints(Guid)

Returns an enumeration of breakpoints from the designer.

System_CAPS_pubmethod GetRunningPrograms()

Returns a running programs.

System_CAPS_pubmethod RemoveBreakpoint(Guid, String)

Removes the breakpoint from the designer.

System_CAPS_pubmethod SetBreakpoint(Guid, String, BreakpointInfo)

Sets a breakpoint from the designer.

Events

Name Description
System_CAPS_pubevent DebugEvent

Occurs when the designer is being debugged.

See Also

Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top