다음을 통해 공유


AttributeHierarchyEnabled 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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.