CubeAttribute.AttributeHierarchyVisible Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(true)]
public bool AttributeHierarchyVisible { get; set; }
public:
[DefaultValueAttribute(true)]
property bool AttributeHierarchyVisible {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(true)>]
member AttributeHierarchyVisible : bool with get, set
<DefaultValueAttribute(True)>
Public Property AttributeHierarchyVisible As Boolean

Property Value

Type: System.Boolean

true if visibility attribute is on; otherwise, false.

Remarks

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

See Also

CubeAttribute Class
Microsoft.AnalysisServices Namespace

Return to top