SMS_TaskSequence_OSExpressionGroup服务器 WMI 类

SMS_TaskSequence_OSExpressionGroup Windows Management Instrumentation (WMI) 类是Configuration Manager中的 SMS 提供程序服务器类,表示对任务序列中单个操作系统平台的评估。 此类型的对象始终包含 SMS_TaskSequence_OSConditionGroup服务器 WMI 类 对象。

以下语法在托管对象格式 (MOF) 代码中进行了简化,并包含所有继承的属性。

语法

Class SMS_TaskSequence_OSExpressionGroup : SMS_TaskSequence_ConditionOperator  
{  
      String Name;  
      SMS_TaskSequence_WMIConditionExpression Operands[];  
      String OperatorType;  
      String PlatformArchKey;  
      String PlatformMaxVerKey;  
      String PlatformMinVerKey;  
      String PlatformTypeKey;  
};  

方法

SMS_TaskSequence_OSExpressionGroup 不定义任何方法。

属性

Name
数据类型String

访问类型:读/写

限定符:无

可选。 操作系统的名称,例如“Windows XP SP2”。 默认值为“”。 DisplayText请参阅 的 SMS_SupportedPlatforms属性。

Operands
数据类型: SMS_TaskSequence_WMIConditionExpression数组

访问类型:读/写

限定符:[Not_NULL]

请参阅 SMS_TaskSequence_ConditionOperator服务器 WMI 类

此属性的每个元素都是一个 SMS_TaskSequence_WMIConditionExpression服务器 WMI 类 对象,该对象与平台键索引的服务器 SMS_SupportedPlatforms WMI 类对象的 WQL 查询匹配。 表达式通常是从 存储在 的 属性SMS_SupportedPlatforms中的 Condition WQL 查询生成的。 SMS_TaskSequence_OSExpressionGroup 服务器 WMI 类 必须包含至少一 个SMS_TaskSequence_WMIConditionExpression服务器 WMI 类

OperatorType
数据类型String

访问类型:读/写

限定符:[Not_NULL]

请参阅 SMS_TaskSequence_ConditionOperator服务器 WMI 类

此类支持的唯一运算符类型是“and”。

PlatformArchKey
数据类型String

访问类型:读/写

限定符:[Not_Null]

映射到 OSPlatform 对象的 属性的平台 SMS_SupportedPlatforms 键。 有关详细信息,请参阅本主题后面的“备注”部分。

PlatformMaxVerKey
数据类型String

访问类型:读/写

限定符:[Not_Null]

映射到 OSMaxVersion 对象的 属性的平台 SMS_SupportedPlatforms 键。 有关详细信息,请参阅本主题后面的“备注”部分。

PlatformMinVerKey
数据类型String

访问类型:读/写

限定符:[Not_Null]

映射到 OSMinVersion SMS_SupportedPlatforms 对象的 属性的平台键。 有关详细信息,请参阅本主题后面的“备注”部分。

PlatformTypeKey
数据类型String

访问类型:读/写

限定符:[Not_Null]

映射到 OSName 对象的 属性的平台 SMS_SupportedPlatforms 键。 有关详细信息,请参阅本主题后面的“备注”部分。

备注

此类没有类限定符。 有关“属性”部分中包含的类限定符和属性限定符的详细信息,请参阅 Configuration Manager 类和属性限定符

PlatformArchKeyPlatformMinVerKeyPlatformMaxVerKeyPlatformTypeKey 指定的平台字符串用于为表达式的相应SMS_SupportedPlatforms对象实例编制索引。

要求

运行时要求

有关详细信息,请参阅Configuration Manager服务器运行时要求

开发要求

有关详细信息,请参阅Configuration Manager服务器开发要求

另请参阅

SMS_TaskSequence_ConditionOperator服务器 WMI 类
SMS_SupportedPlatforms 服务器 WMI 类
SMS_TaskSequence_WMIConditionExpression服务器 WMI 类