PerfMonMode Enumeration
The PerfMonMode enumeration contains values that are used to specify the polling behavior in Performance Monitor.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Continuous | Report PerfMon data continuously. | |
| None | No PerfMon integration. | |
| OnDemand | Report PerfMon data on demand. |
The PerfMonMode enumeration class is served by the PerfMonMode property.
Show: