AttributeHierarchyEnabled propriété
Gets or sets whether an attribute hierarchy is enabled for the attribute.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property AttributeHierarchyEnabled As Boolean
Get
Set
'Utilisation
Dim instance As DimensionAttribute
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)
Valeur de la propriété
Type : System. . :: . .Boolean
true if an attribute hierarchy is enabled; otherwise, false.
Voir aussi