ScalarMiningStructureColumn.KeyColumns 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 the collection of KeyColumns definitions for ScalarMiningStructureColumn.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DataItemCollection KeyColumns { get; }
[<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
A DataItemCollection containing the collection of KeyColumns definitions for ScalarMiningStructureColumn.
- Attributes
Remarks
The KeyColumns collection can contain multiple KeyColumns that represent a multipart key for an attribute or mining structure column.