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