DimensionAttribute.MembersWithData Property

Definition

Gets or sets whether to display data members for non-leaf members in the parent attribute.

public Microsoft.AnalysisServices.MembersWithData MembersWithData { get; set; }
member this.MembersWithData : Microsoft.AnalysisServices.MembersWithData with get, set
Public Property MembersWithData As MembersWithData

Property Value

A MembersWithData object determining whether to display data members for non-leaf members in the parent attribute.

Remarks

The value of the MembersWithData property is used only by parent attributes (that is, the value of the Usage property is set to Parent) to determine whether to display data members for non-leaf members in the parent attribute. For more information about data members, see Attributes in Parent-Child Hierarchies. The value of this property can be: Value Description ----- ----------- NonLeafDataHidden Non-leaf data is hidden. NonLeafDataVisible Non-leaf data is visible.

Applies to