Partition.AggregationDesign Property

Gets the aggregation design object for the partition.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesign As AggregationDesign
    Get
'Usage
Dim instance As Partition
Dim value As AggregationDesign

value = instance.AggregationDesign
[BrowsableAttribute(false)]
public AggregationDesign AggregationDesign { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesign^ AggregationDesign {
    AggregationDesign^ get ();
}
[<BrowsableAttribute(false)>]
member AggregationDesign : AggregationDesign
function get AggregationDesign () : AggregationDesign

Property Value

Type: Microsoft.AnalysisServices.AggregationDesign
An AggregationDesign object.