The SMS_AlertEvent Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the event data for an alert.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AlertEvent : SMS_BaseClass { UInt32 AlertID; DateTime DateClosed; String EventData; UInt32 EventID; String EventInstanceID; UInt64 EventResourceID; DateTime EventTime; Boolean IsClosed; String SiteCode; }; |
Methods
The SMS_AlertEvent class does not define any methods.
Properties
- AlertID
- Data type: UInt32Access type: Read/Write Qualifiers: noneIdentifier of the alert.
- DateClosed
- Data type: DateTimeAccess type: Read/Write Qualifiers: noneDate on which the event was closed.
- EventData
- Data type: StringAccess type: Read/Write Qualifiers: noneAdditional data about the event in XML format.
- EventID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]Identifier of the event.
- EventInstanceID
- Data type: StringAccess type: Read/Write Qualifiers: noneIdentifies the source of the alert.
- EventResourceID
- Data type: UInt64Access type: Read/Write Qualifiers: noneResource identifier of an associated computer for computer based events. Another identifier for non-computer based alerts.
- EventTime
- Data type: DateTimeAccess type: Read/Write Qualifiers: noneThe time the alert was raised.
- IsClosed
- Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue, if this event has been closed.
- SiteCode
- Data type: StringAccess type: Read/Write Qualifiers: noneSite code of the site at which the event was raised.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.