📄 cim_applicationsystemdependency.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// CIM_ApplicationSystemDependency// ================================================================== [Association, Version ( "2.8.0" ), Description ( "This dependency expresses use-relationships or other logical " "interactions between application systems. At the business " "level, the relationship could be due to a distributed business " "process. Viewed from the technical level, the relationship is " "to be interpreted as communication between application " "systems. ApplicationSystemDependency primarily expresses " "'horizontal' relationships, i.e., relationships between " "distributed or local application systems.")]class CIM_ApplicationSystemDependency : CIM_Dependency { [Override ( "Antecedent" ), Description ( "Antecedent represents the independent application system in " "this association.")] CIM_ApplicationSystem REF Antecedent; [Override ( "Dependent" ), Description ( "Dependent represents the application system dependent on " "the Antecedent.")] CIM_ApplicationSystem REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -