ScalarMiningStructureColumn.IsKey Property

Definition

Gets or sets an indication whether the column provides the key for the case in a ScalarMiningStructureColumn object.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_General")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ScalarMiningStructureColumn_IsKey")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public bool IsKey { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_General")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ScalarMiningStructureColumn_IsKey")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.IsKey : bool with get, set
Public Property IsKey As Boolean

Property Value

Boolean

true if the column provides the key for the case in a ScalarMiningStructureColumn object; otherwise, false.

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

Remarks

One or more columns can be designated as key columns for each level of a nested table structure.

Applies to