| Win32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerTotal | |||
| Counters for cursor properties not grouped by type | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Asyncpopulationcount | UInt64 | Number of cursors being populated asynchronously. | |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Cursorconversionrate | UInt64 | Number of cursor conversions/sec. | |
| Cursorflushes | UInt64 | Total number of times a flush for a cursor xstmt occured. | |
| 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("Counters for cursor properties not grouped by type"): ToInstance Amended, DisplayName("SQLServer:Cursor Manager Total"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerTotal    {     [Description("Number of cursors being populated asynchronously."): ToInstance Amended, DisplayName("Async population count"): ToInstance Amended] Asyncpopulationcount = "0";     [Description("Number of cursor conversions/sec."): ToInstance Amended, DisplayName("Cursor conversion rate"): ToInstance Amended] Cursorconversionrate = "0";     [Description("Total number of times a flush for a cursor xstmt occured."): ToInstance Amended, DisplayName("Cursor flushes"): ToInstance Amended] Cursorflushes = "0";    }; | |||