Share via


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: Key

    Globally unique identifier under which the summarizer is registered in the MMC section of the system registry.

  • MessageDLL
    Data type: string
    Access type: Read-only

    Resource DLL containing the localized name of the summarizer.

  • MessageID
    Data type: string
    Access type: Read-only

    Identifier of the string resource in the MessageDLL property containing the localized name of the summarizer.

  • SiteCode
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    SMS site code.

  • Status
    Data type: uint32
    Access type: Read-only

    Indicates 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-only

    Date and time the registration was last updated.

See Also

Status Classes