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_UpdateDeploymentSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a summary for a given software update in given software updates deployment.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_UpdateDeploymentSummary : SMS_BaseClass
{
      UInt32 AssignmentID;
      String AssignmentName;
      String AssignmentUniqueID;
      UInt32 CI_ID;
      String CollectionID;
      String CollectionName;
      Boolean IncludeSubCollections;
      UInt32 NumFailed;
      UInt32 NumInstalled;
      UInt32 NumMissing;
      UInt32 NumNotApplicable;
      UInt32 NumPresent;
      UInt32 NumTotal;
      UInt32 NumUnknown;
};
Methods
The SMS_UpdateDeploymentSummary class does not define any methods.
Properties
- AssignmentID 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, key, not_null] - The ID for the configuration item assignment. 
- AssignmentName 
 Data type: String- Access type: Read-only - Qualifiers: [read, not_null] - The name of the configuration item assignment. 
- AssignmentUniqueID 
 Data type: String- Access type: Read-only - Qualifiers: [read, not_null] - The unique ID of the configuration item assignment. 
- CI_ID 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, key, not_null] - The ID of the software update configuration item. This ID is only unique for the site. 
- CollectionID 
 Data type: String- Access type: Read-only - Qualifiers: [read, not_null] - The ID for the collection associated with the update deployment. 
- CollectionName 
 Data type: String- Access type: Read-only - Qualifiers: [read, not_null] - The name of the collection associated with the update deployment. 
- IncludeSubCollections 
 Data type: Boolean- Access type: Read-only - Qualifiers: [read, not_null] - true to include subcollections in the summary. 
- NumFailed 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, not_null] - Number of computers for which the configuration item installation failed. 
- NumInstalled 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, not_null] - Number of computers for which the configuration item was installed by enforcement. 
- NumMissing 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, not_null] - Number of computers for which the configuration item is missing. 
- NumNotApplicable 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, not_null] - Number of computers for which the configuration item is not applicable. 
- NumPresent 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, not_null] - Number of computers for which the configuration item is already installed. 
- NumTotal 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, not_null] - Total number of computers in the collection. 
- NumUnknown 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, not_null] - Number of computers for which the state of the configuration item is unknown. 
Remarks
Class qualifiers for this class include:
- Secured 
- 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
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Software Updates Server WMI Classes
Configuration Manager Software Updates
About Software Updates and Maintenance Windows