Share via


DimensionAttribute.AttributeHierarchyOrdered 속성

Gets or sets whether the associated attribute hierarchy is ordered.

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

구문

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

참고 항목

참조

DimensionAttribute 클래스

Microsoft.AnalysisServices 네임스페이스