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