| description | The SMS_TaskSequence_Reference Windows Management Instrumentation class is an SMS Provider server class, in Configuration Manager, that represents the package ID and optional program name. |
|---|---|
| title | SMS_TaskSequence_Reference Class |
| ms.date | 09/20/2016 |
| ms.subservice | sdk |
| ms.topic | reference |
| ms.collection | tier3 |
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;
UInt32 Type
};
The SMS_TaskSequence_Reference class does not define any methods.
Package
Data type: String
Access type: Read/Write
Qualifiers: None
If Type is 0, the identifier of the package. If Type is 1, the identifier of the application (the model name).
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.
Type
Data type: UInt32
Access type: Read/Write
Qualifiers: None
The type of reference. The possible values are:
| Value | Reference type |
|---|---|
| 0 | Package Reference |
| 1 | Application Reference |
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.
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.