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 AggregationDesignAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesignDimension
Get
'Usage
Dim instance As AggregationDesignAttribute
Dim value As AggregationDesignDimension
value = instance.Parent
[BrowsableAttribute(false)]
public AggregationDesignDimension Parent { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesignDimension^ Parent {
AggregationDesignDimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : AggregationDesignDimension
function get Parent () : AggregationDesignDimension
Property Value
Type: Microsoft.AnalysisServices.AggregationDesignDimension
A measure group object.