📄 cim_diagnosticresultformse.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// CIM_DiagnosticResultForMSE// ================================================================== [Association, Deprecated { "No Value" }, 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -