SMS_TaskSequence_ConditionExpression Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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.
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:
- Abstract
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
SMS_TaskSequence_ConditionExpression is the abstract base class for an expression that must evaluate to true, for the task sequence step to be processed. For example, the derived class SMS_TaskSequence_RegistryConditionExpression Server WMI Class defines an expression for the existence of a registry key.
An SMS_TaskSequence_ConditionExpression is stored in a condition's (SMS_TaskSequence_Condition Server WMI Class) Operands array property, which defines the list of condition operands.
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
Concepts
Operating System Deployment Server WMI Classes
Configuration Manager Operating System Deployment
About Operating System Deployment Task Sequences
How to Create an Operating System Deployment Task Sequence
How to Add a Condition to an Operating System Deployment Task Sequence Step
SMS_TaskSequence_ConditionOperator Server WMI Class
SMS_TaskSequence_Condition Server WMI Class
SMS_TaskSequence_ConditionOperand Server WMI Class