다음을 통해 공유


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.