ScalarMiningStructureColumn.Type Property

Definition

Gets or sets the data type of the mining structure column.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string Type { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Type : string with get, set
Public Property Type As String

Property Value

A string that indicates the data type.

Attributes

Remarks

The following data types are supported for each of the content types. Data Type Supported Content Types --------- ----------------------- Text Discrete, Discretized, Sequence Long Continuous, Cyclical, Discrete, Discretized, Key Sequence, Key Time, Ordered, Sequence, Time Boolean Discrete Double Continuous, Cyclical, Discrete, Discretized, Key Sequence, Key Time, Ordered, Sequence, Time Date Continuous, Discrete, Discretized, Key Time

Applies to