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 命名空间