Compartilhar via


Propriedade do RDL Partition.AggregationDesign

Gets the aggregation design object for the partition.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesign As AggregationDesign 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AggregationDesign
An AggregationDesign object.

Consulte também

Referência

Partition Classe

Namespace Microsoft.AnalysisServices