AggregationDesign propriété
Gets the aggregation design object for the partition.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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 la propriété
Type : Microsoft.AnalysisServices. . :: . .AggregationDesign
An AggregationDesign object.