Partager via


Propriété IDesignerDebuggingService.IsDebugPackageInstalled

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

Espace de noms :  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property IsDebugPackageInstalled As Boolean 
    Get
'Utilisation
Dim instance As IDesignerDebuggingService 
Dim value As Boolean 

value = instance.IsDebugPackageInstalled
bool IsDebugPackageInstalled { get; }
property bool IsDebugPackageInstalled {
    bool get ();
}
abstract IsDebugPackageInstalled : bool
function get IsDebugPackageInstalled () : boolean

Valeur de propriété

Type : System.Boolean
True if the debug package is installed in the current AppID; otherwise; false.

Voir aussi

Référence

IDesignerDebuggingService Interface

Espace de noms Microsoft.DataWarehouse.Interfaces.Debugger