Propriété AggregationDesign

Gets the aggregation design object for the partition.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesign As AggregationDesign
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .AggregationDesign
An AggregationDesign object.