PerspectiveAttribute.AttributeHierarchyVisible Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Boolean property that makes an attribute hierarchy visible or hidden.

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 the hierachy is visible; false if hidden.

See Also

PerspectiveAttribute Class
Microsoft.AnalysisServices Namespace

Return to top