OlapMemberParentHierarchy Property  | 
 
            Gets or sets the parent hierarchy.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata.Olap
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic OlapHierarchy ParentHierarchy { get; set; }Public Property ParentHierarchy As OlapHierarchy
	Get
	Set
public:
virtual property OlapHierarchy^ ParentHierarchy {
	OlapHierarchy^ get () sealed;
	void set (OlapHierarchy^ value) sealed;
}abstract ParentHierarchy : OlapHierarchy with get, set
override ParentHierarchy : OlapHierarchy with get, set
Property Value
Type: 
OlapHierarchy
            The parent hierarchy.
            
Implements
IOlapMemberContainerParentHierarchy
See Also