cim_recordappliestoelement.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_RecordAppliesToElement// ==================================================================   [Association, UMLPackagePath ( "CIM::System::Logs" ),       Version ( "2.9.0" ), Description (       "ManagedSystemElements may create RecordForLog objects to "       "record their event, error or informational data within Logs. "       "The relationship between these managed elements and the "       "records they create is described by this association.")]class CIM_RecordAppliesToElement : CIM_Dependency {      [Override ( "Antecedent" ), Description (          "The Record.")]   CIM_RecordForLog REF Antecedent;      [Override ( "Dependent" ), Description (          "The ManagedSystemElement that participated in the creation "          "of the Record.")]   CIM_ManagedElement REF Dependent;};

⌨️ 快捷键说明

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