MiningModelColumn.Usage Property

Definition

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

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

Property Value

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

Attributes

Applies to