MiningStructureColumnContents Class
Represents information about the contents of a mining structure column. This class cannot be inherited.
Inheritance Hierarchy
System.Object
  Microsoft.AnalysisServices.MiningStructureColumnContents
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class MiningStructureColumnContents
'Usage
public static class MiningStructureColumnContents
public ref class MiningStructureColumnContents abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnContents =  class end
public final class MiningStructureColumnContents
The MiningStructureColumnContents type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) .gif) | KeyHoldoutContents | Gets the cache that contains the keys of records used in the holdout data set. | 
| .gif) .gif) | KeyStandardContents | Gets the content type for a key column. | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | Continuous | Indicates that the column values represent continuous numeric data. | 
| .gif) .gif) | Cyclical | Indicates that the column values represent a cyclical ordered set. | 
| .gif) .gif) | Discrete | Indicates that the column values are discrete values. | 
| .gif) .gif) | Discretized | Indicates that the column values represent groups, or buckets, of values that are derived from a continuous column. The buckets are treated as ordered and discrete values. | 
| .gif) .gif) | Key | Indicates that the column values represent a unique key. | 
| .gif) .gif) | KeySequence | Indicates that the column values are unique keys that represent a sequence of events. | 
| .gif) .gif) | KeyTime | Indicates that the column values are unique keys that represent an ordered time scale. | 
| .gif) .gif) | Ordered | Indicates that the column values define an ordered set. | 
| .gif) .gif) | Probability | Indicates that the column values represent probabilities. | 
| .gif) .gif) | ProbabilityStdDev | Indicates that the column values represent the standard deviation of the probability values. | 
| .gif) .gif) | ProbabilityVariance | Indicates that the column values represent the variance of the probability values. | 
| .gif) .gif) | StdDev | Indicates that the column values represent standard deviation. | 
| .gif) .gif) | Support | Indicates that the column values represents the amount of support. | 
| .gif) .gif) | Variance | Indicates that the column values represent variance. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)