📄 cim_recordappliestoelement.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -