MiningModelColumn.Usage Property

 

Applies To: SQL Server 2016 Preview

Gets or sets how the column from the parent MiningStructure is used in the mining model.

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

Syntax

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

Property Value

Type: System.String

One of the following strings: Key, Input, Predict, PredictOnly, None.

See Also

MiningModelColumn Class
Microsoft.AnalysisServices Namespace

Return to top