SMS_UpdateDeploymentSummary Server WMI Class

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.

Syntax

Class SMS_UpdateDeploymentSummary : SMS_BaseClass  
{  
      Boolean AssignmentEnabled;  
      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;  
      DateTime StartTime;  
};  

Methods

The SMS_UpdateDeploymentSummary class does not define any methods.

Properties

AssignmentEnabled
Data type: Boolean

Access type: Read-only

Qualifiers: [read]

true if the assignment is enabled.

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]

This property is deprecated in Configuration Manager.

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.

StartTime
Data type: DateTime

Access type: Read-only

Qualifiers: [read]

The date and time when the assignment was initially offered.

Remarks

Class qualifiers for this class include:

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

About software update deployments