| Win32_PerfFormattedData_NETCLRData_NETCLRData | |||
| .Net CLR Data | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| 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. | |
| SqlClientCurrentNumberconnectionpools | UInt32 | Current number of pools associated with the process. | |
| SqlClientCurrentNumberpooledandnonpooledconnections | UInt32 | Current number of connections, pooled or not. | |
| SqlClientCurrentNumberpooledconnections | UInt32 | Current number of connections in all pools associated with the process. | |
| SqlClientPeakNumberpooledconnections | UInt32 | The highest number of connections in all pools since the process started. | |
| SqlClientTotalNumberfailedcommands | UInt32 | The total number of command executes that have failed for any reason. | |
| SqlClientTotalNumberfailedconnects | UInt32 | The total number of connection open attempts that have failed for any reason. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| SAMPLE DATA INSTANCE | |||
|    [Description(".Net CLR Data"): ToInstance Amended, DisplayName(".NET CLR Data"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfFormattedData_NETCLRData_NETCLRData    {     [Description("Current number of pools associated with the process."): ToInstance Amended, DisplayName("SqlClient: Current # connection pools"): ToInstance Amended] SqlClientCurrentNumberconnectionpools = 0;     [Description("Current number of connections, pooled or not."): ToInstance Amended, DisplayName("SqlClient: Current # pooled and nonpooled connections"): ToInstance Amended] SqlClientCurrentNumberpooledandnonpooledconnections = 0;     [Description("Current number of connections in all pools associated with the process."): ToInstance Amended, DisplayName("SqlClient: Current # pooled connections"): ToInstance Amended] SqlClientCurrentNumberpooledconnections = 0;     [Description("The highest number of connections in all pools since the process started."): ToInstance Amended, DisplayName("SqlClient: Peak # pooled connections"): ToInstance Amended] SqlClientPeakNumberpooledconnections = 0;     [Description("The total number of command executes that have failed for any reason."): ToInstance Amended, DisplayName("SqlClient: Total # failed commands"): ToInstance Amended] SqlClientTotalNumberfailedcommands = 0;     [Description("The total number of connection open attempts that have failed for any reason."): ToInstance Amended, DisplayName("SqlClient: Total # failed connects"): ToInstance Amended] SqlClientTotalNumberfailedconnects = 0;    }; | |||