ScalarMiningStructureColumn.IsKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.