prs_expression.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 19 行
MOF
19 行
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// PRS_Expression// ================================================================== [Version ( "2.6.0" ), Description ( "PRS_Expression defines a specific relationship between " "PRS_ExpressionElements associated with PRS_SolutionElements.")]class PRS_Expression : PRS_ExpressionElement { [Description ( "The operator to be used with the associated PRS_Expression " "Elements. The 'AND', 'OR' and 'NOT' operators are the only " "operators currently defined by the standard. (They must be " "used as uppercase strings.) Note that this is a " "vendor-extensible property - so that additional operators " "can be defined and used in implementations.")] string Relation;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?