SMS_UpdatePrograms Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_UpdatePrograms Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides information about programs used for a software update.
Note |
|---|
This class is included for backward compatibility only. It is not applicable to the current Configuration Manager version. |
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_UpdatePrograms : SMS_BaseClass
{
String PackageID;
UInt32 PackageType;
UInt32 PackageVersion;
String ProgramName;
UInt32 UpdateID;
};
The SMS_UpdatePrograms class does not define any methods.
- PackageID
Data type: String
Access type: Read/Write
Qualifiers: [key]
The ID of the package associated with the software update.
- PackageType
Data type: UInt32
Access type: Read/Write
Qualifiers: none
The type of package, as defined by the PackageType property of the SMS_PackageBaseclass Server WMI Class. The default value is 0.
- PackageVersion
Data type: UInt32
Access type: Read/Write
Qualifiers: none
The version of the package. The default value is 0.
- ProgramName
Data type: String
Access type: Read/Write
Qualifiers: [key]
The name of the program to use for the software update, for example, "Notepad.exe". The default value is "".
- UpdateID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
The ID for the software update.
Class qualifiers for this class include:
Read (read-only)
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.
