MiningModelColumn.Usage Property

Definition

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

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningModelColumn_Usage")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string Usage { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningModelColumn_Usage")>]
[<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

String

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

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

Applies to