DimensionAttribute.MembersWithData 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.
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.