| Win32_PerfFormattedData_MSSQLSERVER_SQLServerCLR | |||
| CLR Execution in SQL Server | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| CLRExecution | UInt64 | Total Execution time in CLR ( microseconds ). | |
| 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("CLR Execution in SQL Server"): ToInstance Amended, DisplayName("SQLServer:CLR"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfFormattedData_MSSQLSERVER_SQLServerCLR    {     [Description("Total Execution time in CLR ( microseconds )."): ToInstance Amended, DisplayName("CLR Execution"): ToInstance Amended] CLRExecution = "0";    }; | |||