DimensionAttribute.IsAggregatable Property

Definition

Gets or sets whether the values of the DimensionAttribute object can be aggregated.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_IsAggregatable")]
public bool IsAggregatable { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_IsAggregatable")>]
member this.IsAggregatable : bool with get, set
Public Property IsAggregatable As Boolean

Property Value

Boolean

true if the values of the DimensionAttribute object can be aggregated; otherwise, false.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to