共用方式為


IsDebugPackageInstalled 屬性

命名空間:  Microsoft.DataWarehouse.Interfaces.Debugger
組件:  Microsoft.DataWarehouse.Interfaces (在 Microsoft.DataWarehouse.Interfaces.dll 中)

語法

'宣告
ReadOnly Property IsDebugPackageInstalled As Boolean
    Get
'用途
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

屬性值

型別:System. . :: . .Boolean