CubeAttribute.AggregationUsage Property

Definition

Gets or sets how Aggregation Designer will design aggregations.

public Microsoft.AnalysisServices.AggregationUsage AggregationUsage { get; set; }
member this.AggregationUsage : Microsoft.AnalysisServices.AggregationUsage with get, set
Public Property AggregationUsage As AggregationUsage

Property Value

An AggregationUsage object.

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