Sdílet prostřednictvím


CubeDimension.AllMemberAggregationUsage Property

Gets or sets controls for how Aggregation Designer in Microsoft SQL Server 2005 Analysis Services (SSAS) designs aggregations.

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

Syntax

'Declaration
Public Property AllMemberAggregationUsage As AggregationUsage
    Get
    Set
'Usage
Dim instance As CubeDimension
Dim value As AggregationUsage

value = instance.AllMemberAggregationUsage

instance.AllMemberAggregationUsage = value
public AggregationUsage AllMemberAggregationUsage { get; set; }
public:
property AggregationUsage AllMemberAggregationUsage {
    AggregationUsage get ();
    void set (AggregationUsage value);
}
member AllMemberAggregationUsage : AggregationUsage with get, set
function get AllMemberAggregationUsage () : AggregationUsage
function set AllMemberAggregationUsage (value : AggregationUsage)

Property Value

Type: Microsoft.AnalysisServices.AggregationUsage
Aggregation use specification.