Share via


CubeHierarchy.Parent Property

Gets the cube hierarchy parent of the CubeHierarchy object.

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

Syntax

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

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