IDesignerDebuggingService.Debuggee Property

 

Applies To: SQL Server 2016 Preview

Gets the debuggee of this designer.

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

Syntax

object Debuggee { get; }
property Object^ Debuggee {
    Object^ get();
}
abstract Debuggee : Object with get
ReadOnly Property Debuggee As Object

Property Value

Type: System.Object

The debuggee of this designer.

See Also

IDesignerDebuggingService Interface
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top