CubeDimension.AllMemberAggregationUsage Property

 

Applies To: SQL Server 2016 Preview

Gets or sets controls for how aggregations are designed in the Aggregation Designer.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(AggregationUsage.Default)]
public AggregationUsage AllMemberAggregationUsage { get; set; }
public:
[DefaultValueAttribute(AggregationUsage::Default)]
property AggregationUsage AllMemberAggregationUsage {
    AggregationUsage get();
    void set(AggregationUsage value);
}
[<DefaultValueAttribute(AggregationUsage.Default)>]
member AllMemberAggregationUsage : AggregationUsage with get, set
<DefaultValueAttribute(AggregationUsage.Default)>
Public Property AllMemberAggregationUsage As AggregationUsage

Property Value

Type: Microsoft.AnalysisServices.AggregationUsage

Aggregation use specification.

See Also

CubeDimension Class
Microsoft.AnalysisServices Namespace

Return to top