IsDebugPackageInstalled propriété
Espace de noms : Microsoft.DataWarehouse.Interfaces.Debugger
Assembly : Microsoft.DataWarehouse.Interfaces (dans 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 la propriété
Type : System. . :: . .Boolean