ScalarMiningStructureColumn.Type Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")]
[RefreshPropertiesAttribute(RefreshProperties.All)]
[XmlElementAttribute(IsNullable = false)]
public string Type { get; set; }
public:
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")]
[RefreshPropertiesAttribute(RefreshProperties::All)]
[XmlElementAttribute(IsNullable = false)]
property String^ Type {
    String^ get();
    void set(String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")>]
[<RefreshPropertiesAttribute(RefreshProperties.All)>]
[<XmlElementAttribute(IsNullable = false)>]
member Type : string with get, set
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<XmlElementAttribute(IsNullable := False)>
Public Property Type As String

Property Value

Type: System.String

A string that indicates the data type.

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

See Also

ScalarMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top