MiningValueType Enum
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.
Microsoft.AnalysisServices.AdomdClient.MiningValueType
C#
public enum MiningValueType
type MiningValueType =
Public Enum MiningValueType
- Inheritance
-
MiningValueType
Name | Value | Description |
---|---|---|
PreRenderedString | -1 | PreRenderedString |
Missing | 1 | Missing |
Existing | 2 | Existing |
Continuous | 3 | Continuous |
Discrete | 4 | Discrete |
Discretized | 5 | Discretized |
Boolean | 6 | Boolean |
Coefficient | 7 | Coefficient |
ScoreGain | 8 | ScoreGain |
RegressorStatistics | 9 | RegressorStatistics |
NodeUniqueName | 10 | NodeUniqueName |
Intercept | 11 | Intercept |
Periodicity | 12 | Periodicity |
AutoRegressiveOrder | 13 | AutoRegressiveOrder |
MovingAverageOrder | 14 | MovingAverageOrder |
DifferenceOrder | 15 | DifferenceOrder |
Other | 16 | Other |
Product | Versions |
---|---|
Analysis Services SDK for .NET | latest |