DimensionAttribute.KeyColumns Property

Definition

Gets the collection of key column definitions for DimensionAttribute.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_SourceRelated")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_KeyColumns")]
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DataItemCollection KeyColumns { get; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_SourceRelated")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_KeyColumns")>]
[<System.ComponentModel.Browsable(true)>]
[<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 key column definitions for DimensionAttribute.

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

Applies to