SQL Serverデータベース上にMicrosoft SQL Server Analysis Services多次元モデルを構築しています。 OrderAnalysisという名前のキューブには、Stock Itemという名前の標準キューブディメンションがあります。 このディメンションには、次の属性があります。 ユーザーは、商品アイテムキーと写真の属性が気を散らしており、価値を提供していないと報告します。 彼らは削除される属性を要求しました。 ただし、これらの属性は他のキューブで必要となります。 Order Analysisキューブのエンドユーザーから指定された属性を非表示にする必要があります。 ディメンションの構造を変更する必要はありません。 ストックアイテムキーと写真の属性のプロパティにどのような変更を加える必要がありますか?
正解:A
The value of the AttributeHierarchyEnabled property determines whether an attribute hierarchy is created. If this property is set to False, the attribute hierarchy is not created and the attribute cannot be used as a level in a user hierarchy; the attribute hierarchy exists as a member property only. However, a disabled attribute hierarchy can still be used to order the members of another attribute. If the value of the AttributeHierarchyEnabled property is set to True, the value of the AttributeHierarchyVisible property determines whether the attribute hierarchy is visible independent of its use in a user-defined hierarchy. https://technet.microsoft.com/en-us/library/ms166717(v=sql.110).aspx