Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SMS_TaskSequencePackageReference Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a Configuration Manager application or package in the task sequence.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_TaskSequencePackageReference : SMS_BaseClass
{
String Description;
String ObjectID;
String ObjectName;
UInt32 ObjectType;
String PackageID;
String Version;
};
Methods
The SMS_TaskSequencePackageReference class does not define any methods.
Properties
Description
Data type: String
Access type: Read/Write
Qualifiers: none
Reference object description.
ObjectID
Data type: String
Access type: Read/Write
Qualifiers: [key]
Reference object ID.
ObjectName
Data type: String
Access type: Read/Write
Qualifiers: none
Reference object name.
ObjectType
Data type: UInt32
Access type: Read/Write
Qualifiers: [enumeration]
Reference object type.
| Value | Object type |
|---|---|
| 0 | PKG_TYPE_REGULAR |
| 3 | PKG_TYPE_DRIVER |
| 5 | PKG_TYPE_SWUPDATES |
| 257 | PKG_TYPE_IMAGE |
| 258 | PKG_TYPE_BOOTIMAGE |
| 259 | PKG_TYPE_OSINSTALLIMAGE |
| 512 | Application |
PackageID
Data type: String
Access type: Read/Write
Qualifiers: [key]
Task sequence package ID.
Version
Data type: String
Access type: Read/Write
Qualifiers: none
Reference object version.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.