Share via


SMS_TaskSequence_Reference 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_Reference Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the package ID and optional program name used by the task sequence.

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

Class SMS_TaskSequence_Reference
{
      String Package;
      String Program;
};

Methods

The SMS_TaskSequence_Reference class does not define any methods.

Properties

  • Program
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Optional. The name of the program associated with the package. See SMS_Program Server WMI Class.

Remarks

There are no class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application can obtain the packages referenced by a task sequence from the References property of SMS_TaskSequencePackage Server WMI Class.

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

Reference

SMS_TaskSequencePackage Server WMI Class

Concepts

Operating System Deployment Server WMI Classes
SMS_Package Server WMI Class
SMS_Program Server WMI Class
Configuration Manager Operating System Deployment
About Operating System Deployment Task Sequences