IDesignerDebuggingService.IsDebugPackageInstalled Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

bool IsDebugPackageInstalled { get; }
property bool IsDebugPackageInstalled {
    bool get();
}
abstract IsDebugPackageInstalled : bool with get
ReadOnly Property IsDebugPackageInstalled As Boolean

Property Value

Type: System.Boolean

True if the debug package is installed in the current AppID; otherwise; false.

See Also

IDesignerDebuggingService Interface
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top