IDesignerDebuggingService.IsDebugPackageInstalled 속성
Gets a value that indicates whether the debug package is installed in the current AppID.
네임스페이스: 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
True if the debug package is installed in the current AppID; otherwise; false.