Level.Parent Property
Gets the Hierarchy object that is the parent of the Level object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Hierarchy
Get
'Usage
Dim instance As Level
Dim value As Hierarchy
value = instance.Parent
[BrowsableAttribute(false)]
public Hierarchy Parent { get; }
[BrowsableAttribute(false)]
public:
property Hierarchy^ Parent {
Hierarchy^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Hierarchy
function get Parent () : Hierarchy
Property Value
Type: Microsoft.AnalysisServices.Hierarchy
A Hierarchy object that is the parent of the Level object.