다음을 통해 공유


AttributeHierarchyOrdered 속성

Gets or sets whether the associated attribute hierarchy is ordered.

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

구문

‘선언
Public Property AttributeHierarchyOrdered As Boolean
    Get
    Set
‘사용 방법
Dim instance As DimensionAttribute
Dim value As Boolean

value = instance.AttributeHierarchyOrdered

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

속성 값

형식: System. . :: . .Boolean
true if associated attribute hierarchy is ordered; otherwise, false.