SMS_CM_UpdatePackTopLevelMonitoring Server WMI Class

The SMS_CM_UpdatePackTopLevelMonitoring Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that is used to get the top level installation stages and status per site.

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

Syntax

Class SMS_CM_UpdatePackTopLevelMonitoring: SMS_BaseClass  
{  
    DateTime MessageTime;  
    String PackageGuid;  
    String SiteCode;  
    Sint32 SiteNumber;  
    Sint32 SiteType;  
    Sint32 StageCompleted;  
    Sint32 StageId;  
    String StageName;  
};  

Methods

The SMS_CM_UpdatePackTopLevelMonitoring class does not define any methods.

Properties

MessageTime
Data type: DateTime

Access type: Read-only

Qualifiers: [read]

The time that the message was created.

PackageGuid
Data type: String

Access type: Read-only

Qualifiers: [read, key, not_null]

Unique identifier of the update package.

SiteCode
Data type: String

Access type: Read-only

Qualifiers: [read, key, not_null]

Unique identifier of the site.

SiteNumber
Data type: Sint32

Access type: Read-only

Qualifiers: [read, key, not_null]

Unique identifier of the site.

SiteType
Data type: SInt32

Access type: Read-only

Qualifiers: [read]

The type of site to which the SubStage applies.

StageCompleted
Data type: SInt32

Access type: Read-only

Qualifiers: [read]

Indicates whether the stage has completed.

StageId
Data type: Sint32

Access type: Read-only

Qualifiers: [read, key, not_null]

The top-level stage with which the SubStage is associated.

StageName
Data type: String

Access type: Read-only

Qualifiers: [read]

The name of the stage.

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.