SMS_SummarizerStatus
The SMS_SummarizerStatus WMI class is used by the console to identify those summarizers that are registered in MMC, but does not itself describe any summary data.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_SummarizerStatus : SMS_BaseClass
{
string GUID_ID;
string MessageDLL;
string MessageID;
string SiteCode;
uint32 Status;
datetime Updated;
};
Properties
GUID_ID
Data type: string
Access type: Read-only
Qualifiers: KeyGlobally unique identifier under which the summarizer is registered in the MMC section of the system registry.
MessageDLL
Data type: string
Access type: Read-onlyResource DLL containing the localized name of the summarizer.
MessageID
Data type: string
Access type: Read-onlyIdentifier of the string resource in the MessageDLL property containing the localized name of the summarizer.
SiteCode
Data type: string
Access type: Read-only
Qualifiers: KeySMS site code.
Status
Data type: uint32
Access type: Read-onlyIndicates the health of the data associated with the registered summarizer. Values are:
GREEN (0)
YELLOW (1)
RED (2)Updated
Data type: datetime
Access type: Read-onlyDate and time the registration was last updated.