CalculatedMember.ParentMember Property

Definition

Returns the name of the parent member for the parent hierarchy. Read-only.

public:
 property System::String ^ ParentMember { System::String ^ get(); };
public string ParentMember { get; }
Public ReadOnly Property ParentMember As String

Property Value

Remarks

The default parent member is determined by whatever has been defined by the cube designer or Analysis Services as the default member of the selected hierarchy. For example, if an “All” member exists for the selected hierarchy, then this is typically the default parent member on the cube.

If the selected parent hierarchy does not have an “All” parent member, another default parent member is defined, either by the cube designer or programmatically by Analysis Services. (If a default member is not specified by the cube designer, the Analysis Services engine automatically defines one.)

Applies to