SMS_SUMDeploymentStatistics 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_SUMDeploymentStatistics Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents a per-deployment summary for SUM deployments in-console monitoring.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_SUMDeploymentStatistics : SMS_BaseClass
{
    UInt32 AssignmentID;
    String AssignmentUniqueID;
    UInt32 NumError;
    UInt32 NumInProgress;
    UInt32 NumReqsNotMet;
    UInt32 NumSuccess;
    UInt32 NumUnknown;
    DateTime SummarizationTime;
};

The SMS_SUMDeploymentStatistics class does not define any methods.

AssignmentID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

The ID of the configuration item assignment. This ID is unique only for the site.

AssignmentUniqueID

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

The unique ID of the configuration item assignment. This ID is unique across sites.

NumError

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Count of the number of errors.

NumInProgress

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Count of the number in progress.

NumReqsNotMet

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Count of the number where requirements are not met.

NumSuccess

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Count of the number of successes.

NumUnknown

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Count of the number unknown.

SummarizationTime

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Summarization time.  

Show: