The SMS_TaskSequencePackageReference Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a System Center 2012 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.
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: StringAccess type: Read/Write Qualifiers: noneReference object description.
- ObjectID
- Data type: StringAccess type: Read/Write Qualifiers: [key]Reference object ID.
- ObjectName
- Data type: StringAccess type: Read/Write Qualifiers: noneReference object name.
- ObjectType
- Data type: UInt32Access type: Read/Write Qualifiers:
[enumeration]Reference 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: StringAccess type: Read/Write Qualifiers: [key]Task sequence package ID.
- Version
- Data type: StringAccess type: Read/Write Qualifiers: noneReference 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.