Поделиться через


Свойство DimensionAttribute.AttributeHierarchyEnabled

Gets or sets whether an attribute hierarchy is enabled for the attribute.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property AttributeHierarchyEnabled As Boolean 
    Get 
    Set
'Применение
Dim instance As DimensionAttribute 
Dim value As Boolean 

value = instance.AttributeHierarchyEnabled

instance.AttributeHierarchyEnabled = value
public bool AttributeHierarchyEnabled { get; set; }
public:
property bool AttributeHierarchyEnabled {
    bool get ();
    void set (bool value);
}
member AttributeHierarchyEnabled : bool with get, set
function get AttributeHierarchyEnabled () : boolean 
function set AttributeHierarchyEnabled (value : boolean)

Значение свойства

Тип: System.Boolean
true if an attribute hierarchy is enabled; otherwise, false.

См. также

Справочник

DimensionAttribute Класс

Пространство имен Microsoft.AnalysisServices