| Win32_PerfRawData_SQLSERVERAGENT_SQLAgentAlerts | |||
| SQLAgent statistics about alerts | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Activatedalerts | UInt64 | The number of Alerts that have activated since the last SQL Server restart. | |
| AlertsactivatedPerminute | UInt64 | The number of Alerts that have activated within the last minute. | |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Description | String | A textual description of the statistic or metric. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| Name | String | The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| SAMPLE DATA INSTANCE | |||
|    [Description("SQLAgent statistics about alerts"): ToInstance Amended, DisplayName("SQLAgent:Alerts"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfRawData_SQLSERVERAGENT_SQLAgentAlerts    {     [Description("The number of Alerts that have activated since the last SQL Server restart."): ToInstance Amended, DisplayName("Activated alerts"): ToInstance Amended] Activatedalerts = "0";     [Description("The number of Alerts that have activated within the last minute."): ToInstance Amended, DisplayName("Alerts activated/minute"): ToInstance Amended] AlertsactivatedPerminute = "0";     Frequency_Object = "0";     Frequency_PerfTime = "3579545";     Frequency_Sys100NS = "10000000";     Timestamp_Object = "0";     Timestamp_PerfTime = "615148969822";     Timestamp_Sys100NS = "1718511625000";    }; | |||