共用方式為


CubeAttribute.AttributeHierarchyEnabled 屬性

Gets or sets the attribute hierarchy enabled property associated with a CubeAttribute object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property AttributeHierarchyEnabled As Boolean 
    Get 
    Set
'用途
Dim instance As CubeAttribute 
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 the attribute hierarchy is enabled; otherwise, false.

請參閱

參考

CubeAttribute 類別

Microsoft.AnalysisServices 命名空間