Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets whether an attribute hierarchy is enabled for the attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AttributeHierarchyEnabled As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if an attribute hierarchy is enabled; otherwise, false.