CubeAttribute.AggregationUsage Property

Definition

Gets or sets how Aggregation Designer will design aggregations.

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

Property Value

AggregationUsage

An AggregationUsage object.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

The following are the possible values and their meanings: * Full: Every aggregation for the cube must include this attribute. * None: No aggregation for the cube can include this attribute. * Unrestricted: No restrictions are placed on Aggregation Designer. * Default: Aggregation Designer applies a default rule based on the type of attribute. That is, Unrestricted for All and Granularity attributes, None for others.

Applies to