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 命名空间