ScalarMiningStructureColumn.Type Property

Definition

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

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_DataType")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ScalarMiningStructureColumn_Type")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string Type { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_DataType")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ScalarMiningStructureColumn_Type")>]
[<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

String

A string that indicates the data type.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

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