SMS_TaskSequence_ConditionOperator服务器 WMI 类

SMS_TaskSequence_ConditionOperator Windows Management Instrumentation (WMI) 类是 Configuration Manager 中的 SMS 提供程序服务器类,表示在评估任务序列条件操作数时要使用的运算符。

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

语法

Class SMS_TaskSequence_ConditionOperator : SMS_TaskSequence_ConditionOperand  
{  
      SMS_TaskSequence_ConditionOperand Operands[];  
      String OperatorType;  
};  

方法

SMS_TaskSequence_ConditionOperator 不定义任何方法。

属性

Operands
数据类型: SMS_TaskSequence_ConditionOperand 数组

访问类型:读/写

限定符:[Not_Null:ToInstance]

SMS_TaskSequence_ConditionOperand要测试的服务器 WMI 类 对象。

OperatorType
数据类型String

访问类型:读/写

限定符:[Not_Null:ToInstance]

用于测试条件的运算符的类型。 可能的值是:

  • not

备注

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

注意

任务序列步骤条件在 SMS_TaskSequence_Condition 服务器 WMI 类中定义。

SMS_TaskSequence_ConditionOperator 用于创建确定是否应处理任务序列步骤的完整复杂条件。 数组 Operands 属性保存一个或多个表达式 (SMS_TaskSequence_ConditionExpression Server WMI 类) 或运算符 (SMS_TaskSequence_ConditionOperator) 操作数求值。

注意

这两个类都派生自 SMSSMS_TaskSequence_ConditionOperand 服务器 WMI 类(属性的类型 Operands )。

用于计算操作数的运算符由 OperatorType 属性定义。

有关详细信息,请参阅操作系统部署任务序列对象模型。

要求

运行时要求

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

开发要求

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

另请参阅

SMS_TaskSequence_ConditionExpression服务器 WMI 类
SMS_TaskSequence_ConditionOperand服务器 WMI 类
SMS_TaskSequence_Condition服务器 WMI 类