Hierarchy.Parent Property

Gets the parent Dimension of the Hierarchy object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Dimension
    Get
'Usage
Dim instance As Hierarchy
Dim value As Dimension

value = instance.Parent
[BrowsableAttribute(false)]
public Dimension Parent { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ Parent {
    Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Dimension
function get Parent () : Dimension

Property Value

Type: Microsoft.AnalysisServices.Dimension
A Dimension object.