ScalarMiningStructureColumn.KeyColumns Property

Definition

Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_General")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ScalarMiningStructureColumn_KeyColumns")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DataItemCollection KeyColumns { get; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_General")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ScalarMiningStructureColumn_KeyColumns")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.KeyColumns : Microsoft.AnalysisServices.DataItemCollection
Public ReadOnly Property KeyColumns As DataItemCollection

Property Value

DataItemCollection

A DataItemCollection containing the collection of KeyColumns definitions for ScalarMiningStructureColumn.

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

Remarks

The KeyColumns collection can contain multiple KeyColumns that represent a multipart key for an attribute or mining structure column.

Applies to