Microsoft.DataWarehouse.Interfaces.Debugger Namespace

 

Applies To: SQL Server 2016 Preview

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

Classes

Class Description
System_CAPS_pubclass BreakpointInfo

Contains the properties and methods used to programmatically manipulate a breakpoint.

System_CAPS_pubclass DataWarehouseLanguages

Displays the data warehouse languages.

System_CAPS_pubclass DebugBreakpointsSetChangedEventArgs

Displays the status of the debugging after pause execution.

System_CAPS_pubclass DebugExecutionEventArgs

Represents a debug execution event.

System_CAPS_pubclass DebuggingEventArgs

Represents a base class for debugging event data.

System_CAPS_pubclass DebugSessionEndEventArgs

Represents the ended debugging session of the event data.

System_CAPS_pubclass DebugSessionStartEventArgs

Occurs when the event data starts debugging.

System_CAPS_pubclass ProgramInfo

Represents the program information.

System_CAPS_pubclass ShellDebugModeChangeEventArgs

Represents the change of event arguments in debugging mode.

Interfaces

Interface Description
System_CAPS_pubinterface IDesignerDebuggingService

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

System_CAPS_pubinterface IDesignerDebugSession

Displays the designer interface debug session.

Delegates

Delegate Description
System_CAPS_pubdelegate DebuggingEventHandler

Represents the method that handles events raised by debugger.

Enumerations

Enumeration Description
System_CAPS_pubenum BreakpointHitCountType

Enumerates the break conditions based on the hit count.

System_CAPS_pubenum DebuggerMode

Defines the mode of debugging.

Return to top