cim_diagnosticresultformse.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 25 行
MOF
25 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_DiagnosticResultForMSE// ================================================================== [Association, Deprecated { "No Value" }, UMLPackagePath ( "CIM::System::Diagnostics" ), Version ( "2.9.0" ), Description ( "This class is being deprecated as part of the deprecation of " "the DiagnosticResult class. \n" "This is an association class relating diagnostic test results " "to the ManagedSystemElement that is/was tested.")]class CIM_DiagnosticResultForMSE { [Deprecated { "No Value" }, Key, Description ( "The diagnostic result.")] CIM_DiagnosticResult REF Result; [Deprecated { "No Value" }, Key, Description ( "The ManagedSystemElement to which the diagnostic result " "applies.")] CIM_ManagedSystemElement REF SystemElement;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?