CubeAttribute.AggregationUsage 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 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.