AggregationDimension.ParentAggregationDesign Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent AggregationDesign object of the AggregationDimension object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.AggregationDesign ParentAggregationDesign { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ParentAggregationDesign : Microsoft.AnalysisServices.AggregationDesign
Public ReadOnly Property ParentAggregationDesign As AggregationDesign
Property Value
The parent AggregationDesign object.
- Attributes