Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the measure group object that is the parent of the AggregationDesignDimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesign
Get
'Usage
Dim instance As AggregationDesignDimension
Dim value As AggregationDesign
value = instance.Parent
[BrowsableAttribute(false)]
public AggregationDesign Parent { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesign^ Parent {
AggregationDesign^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : AggregationDesign
function get Parent () : AggregationDesign
Property Value
Type: Microsoft.AnalysisServices.AggregationDesign
A measure group object.