Proprietà DimensionAttribute.AttributeHierarchyOrdered

Gets or sets whether the associated attribute hierarchy is ordered.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property AttributeHierarchyOrdered As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

DimensionAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices