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 | |
---|---|---|
BreakpointInfo | Contains the properties and methods used to programmatically manipulate a breakpoint. |
|
DataWarehouseLanguages | Displays the data warehouse languages. |
|
DebugBreakpointsSetChangedEventArgs | Displays the status of the debugging after pause execution. |
|
DebugExecutionEventArgs | Represents a debug execution event. |
|
DebuggingEventArgs | Represents a base class for debugging event data. |
|
DebugSessionEndEventArgs | Represents the ended debugging session of the event data. |
|
DebugSessionStartEventArgs | Occurs when the event data starts debugging. |
|
ProgramInfo | Represents the program information. |
|
ShellDebugModeChangeEventArgs | Represents the change of event arguments in debugging mode. |
Interfaces
Interface | Description | |
---|---|---|
IDesignerDebuggingService | Represents a service provided by designer, so that the project can invoke it. |
|
IDesignerDebugSession | Displays the designer interface debug session. |
Delegates
Delegate | Description | |
---|---|---|
DebuggingEventHandler | Represents the method that handles events raised by debugger. |
Enumerations
Enumeration | Description | |
---|---|---|
BreakpointHitCountType | Enumerates the break conditions based on the hit count. |
|
DebuggerMode | Defines the mode of debugging. |
Return to top