📄 cim_hostedaci.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_HostedACI// ================================================================== [Association, Deprecated { "No value" }, UMLPackagePath ( "CIM::User::AccessControl" ), Version ( "2.8.0" ), Description ( "CIM_HostedACI is an association used to provide the namespace " "scoping of AccessControlInformation. Since the referenced " "class, AccessControlInformation, is deprecated, this Weak " "association is similarly deprecated. Also, although " "Privileges/access control can be defined in the context of a " "System, this is not a mandatory association nor does it " "provide any additional semantics for the Privilege. Therefore, " "HostedACI is deprecated with no replacement association.")]class CIM_HostedACI : CIM_HostedDependency { [Deprecated { "No value" }, Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description ( "The hosting system.")] CIM_System REF Antecedent; [Deprecated { "No value" }, Override ( "Dependent" ), Weak, Description ( "The hosted AccessControlInformation.")] CIM_AccessControlInformation REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -