Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 3.43 KB

File metadata and controls

57 lines (40 loc) · 3.43 KB
title SMS_TaskSequence_ConditionExpression Class
description The SMS_TaskSequence_ConditionExpression WMI class is an SMS Provider server class that is the abstract base class for all condition expressions.
ms.date 09/20/2016
ms.subservice sdk
ms.topic reference
ms.collection tier3

SMS_TaskSequence_ConditionExpression Server WMI Class

The SMS_TaskSequence_ConditionExpression Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that is the abstract base class for all condition expressions.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_TaskSequence_ConditionExpression : SMS_TaskSequence_ConditionOperand
{
};

Methods

The SMS_TaskSequence_ConditionExpression class does not define any methods.

Properties

The SMS_TaskSequence_ConditionExpression class does not define any properties.

Remarks

Class qualifiers for this class include:

Note

In a task sequence step (SMS_TaskSequence_Step Server WMI Class), the condition is defined in the Condition property.

Alternatively, more complex conditions are created by adding a SMS_TaskSequence_ConditionOperator Server WMI Class object to the condition's Operands array property, and by adding expressions and operators to the added SMS_TaskSequence_ConditionOperator Server WMI ClassOperands array.

For more information, see Operating System Deployment Task Sequence Object Model.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_TaskSequence_ConditionOperator Server WMI Class SMS_TaskSequence_Condition Server WMI Class SMS_TaskSequence_ConditionOperand Server WMI Class