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 whether the attribute hierarchy is visible to client applications.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AttributeHierarchyVisible As Boolean
Get
Set
'Usage
Dim instance As DimensionAttribute
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 attribute hierarchy is visible to client applications; otherwise, false.