DataSourceType 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 type of the data source.
public enum class DataSourceType
public enum DataSourceType
type DataSourceType =
Public Enum DataSourceType
- Inheritance
-
DataSourceType
Fields
Name | Value | Description |
---|---|---|
PerfCounter | 0 | Performance counter data source. |
EventLog | 1 | Event log data source. |
WellKnownSeries | 2 | Well-known series data source. |