CalculatedMember.ParentHierarchy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name of the current parent hierarchy from the hierarchies that are available on the cube. Read-only.
public:
property System::String ^ ParentHierarchy { System::String ^ get(); };
public string ParentHierarchy { get; }
Public ReadOnly Property ParentHierarchy As String