Proprietà AttributeHierarchyEnabled

Gets or sets the attribute hierarchy enabled property associated with a CubeAttribute object.

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

Sintassi

'Dichiarazione
Public Property AttributeHierarchyEnabled As Boolean
    Get
    Set
'Utilizzo
Dim instance As CubeAttribute
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)

Valore proprietà

Tipo: System. . :: . .Boolean
true if the attribute hierarchy is enabled; otherwise, false.