MonitoringOperationScopeTypes 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.
Defines the scope types for the monitoring operation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class MonitoringOperationScopeTypes
[System.Flags]
[System.Serializable]
public enum MonitoringOperationScopeTypes
type MonitoringOperationScopeTypes =
Public Enum MonitoringOperationScopeTypes
- Inheritance
-
MonitoringOperationScopeTypes
- Attributes
Fields
| Implicit | 128 | Report scope. |
| MonitoringClass | 4 | Class scope. |
| MonitoringObject | 2 | Object group and or service scope. |
| MonitoringTask | 32 | Task scope. |
| MonitoringView | 16 | View scope. |
| None | 1 | No scope |
| Report | 64 | Report scope. |