CubeAttribute.AttributeHierarchyVisible Property

Definition

Gets or sets the property controlling visibility of an attribute hierarchy associated with a CubeAttribute object.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_CubeAttribute_AttributeHierarchyVisible")]
public bool AttributeHierarchyVisible { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_CubeAttribute_AttributeHierarchyVisible")>]
member this.AttributeHierarchyVisible : bool with get, set
Public Property AttributeHierarchyVisible As Boolean

Property Value

Boolean

true if visibility attribute is on; otherwise, false.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

This value is ignored if the value of AttributeHierarchyVisible is false on the DimensionAttribute.

Applies to