DiagnosticEventDataQueryType 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.
Specifies the types of data queries for a ResolvedDiagnosticEvent.
public enum class DiagnosticEventDataQueryType
public enum class DiagnosticEventDataQueryType
enum DiagnosticEventDataQueryType
public enum DiagnosticEventDataQueryType
type DiagnosticEventDataQueryType =
Public Enum DiagnosticEventDataQueryType
- Inheritance
-
DiagnosticEventDataQueryType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown data query type. |
DataQuery | 1 | A data query represented by the DataQuery XML tag in the collection plan. |
ProgrammableDataQuery | 2 | A data query represented by the ProgrammableDataQuery XML tag in the collection plan. |