cim_diagnosticresultfortest.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 26 行

MOF
26
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_DiagnosticResultForTest// ==================================================================   [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 to relate the results of a test "       "to the test itself.")]class CIM_DiagnosticResultForTest {      [Deprecated { "No Value" }, Key, Weak, Min ( 1 ), Max ( 1 ),        Description (          "The result object.")]   CIM_DiagnosticResult REF DiagnosticResult;      [Deprecated { "No Value" }, Key, Min ( 1 ), Max ( 1 ),        Description (          "The test that generated the result object.")]   CIM_DiagnosticTest REF DiagnosticTest;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?