Share via


MSFT_AlertToAlertHistory Class

Note Note   

The MOM WMI classes has been deprecated and should not be used when creating new scripts. The WMI classes are included only to support existing scripts.

The MSFT_AlertToAlertHistory association class relates a MSFT_Alert object with a MSFT_AlertHistory object. Because each change to an MSFT_Alert object creates a new MSFT_AlertHistory object, most alerts will be referenced by several MSFT_AlertToAlertHistory objects.

Instances of this association class do not need to be created and used directly. The association class provides support for WQL queries that use the ASSOCIATORS OF syntax with MSFT_Alert and MSFT_AlertHistory objects.

Properties

Name Description

Alert

Gets the MSFT_Alert object associated with a specific MSFT_AlertHistory object.

History

Gets the MSFT_AlertHistory object associated with a specific MSFT_Alert object.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

See Also

MOM WMI Classes | MSFT_Alert Class | MSFT_AlertHistory Class