ParentAggregationDesign propriété
Gets the parent AggregationDesign object of an AggregationDimension.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregationDesign As AggregationDesign
Get
'Utilisation
Dim instance As AggregationDimension
Dim value As AggregationDesign
value = instance.ParentAggregationDesign
[BrowsableAttribute(false)]
public AggregationDesign ParentAggregationDesign { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesign^ ParentAggregationDesign {
AggregationDesign^ get ();
}
[<BrowsableAttribute(false)>]
member ParentAggregationDesign : AggregationDesign
function get ParentAggregationDesign () : AggregationDesign
Valeur de la propriété
Type : Microsoft.AnalysisServices. . :: . .AggregationDesign
An AggregationDesign object.
Notes
An AggregationDesign object defines a set of aggregation definitions that can be shared across multiple partitions in a database.