SystemMonitorCounter Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class SystemMonitorCounter
public enum SystemMonitorCounter
type SystemMonitorCounter =
Public Enum SystemMonitorCounter
- Inheritance
-
SystemMonitorCounter
Fields
Name | Value | Description |
---|---|---|
SqlSelectCalls | 0 | |
SqlSelectBytes | 1 | |
SqlSelectRows | 2 | |
SqlInsertCalls | 3 | |
SqlUpdateCalls | 4 | |
SqlDeleteCalls | 5 | |
SqlWaitTime | 6 | |
AOSInCalls | 7 | |
AOSInBytes | 8 | |
AOSOutCalls | 9 | |
AOSOutBytes | 10 | |
AOSWaitTime | 11 | |
SqlInsertBytes | 12 | |
SqlInsertRows | 13 | |
SqlUpdateBytes | 14 | |
SqlUpdateRows | 15 | |
SqlDeleteBytes | 16 | |
SqlDeleteRows | 17 |