ScalarMiningStructureColumn.IsKey Property

Definition

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

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public bool IsKey { get; set; }
[<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

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

Attributes

Remarks

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

Applies to