Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property AttributeHierarchyVisible As Boolean
Get
Set
'Usage
Dim instance As PerspectiveAttribute
Dim value As Boolean
value = instance.AttributeHierarchyVisible
instance.AttributeHierarchyVisible = value
public bool AttributeHierarchyVisible { get; set; }
public:
property bool AttributeHierarchyVisible {
bool get ();
void set (bool value);
}
member AttributeHierarchyVisible : bool with get, set
function get AttributeHierarchyVisible () : boolean
function set AttributeHierarchyVisible (value : boolean)
Property Value
Type: System.Boolean
true if the hierachy is visible; false if hidden.