ScalarMiningStructureColumn.IsKey Property

Gets or sets a value that indicates whether the column provides the key for the case in a ScalarMiningStructureColumn object.

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

Syntax

C#
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")]
public bool IsKey { get; set; }

Property Value

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

Remarks

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

See Also

Reference

ScalarMiningStructureColumn Class

Microsoft.AnalysisServices Namespace