DimensionAttribute.AttributeHierarchyOptimizedState 属性

Gets or sets the level of optimization applied to the attribute hierarchy.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property AttributeHierarchyOptimizedState As OptimizationType 
    Get 
    Set
用法
Dim instance As DimensionAttribute 
Dim value As OptimizationType 

value = instance.AttributeHierarchyOptimizedState

instance.AttributeHierarchyOptimizedState = value
public OptimizationType AttributeHierarchyOptimizedState { get; set; }
public:
property OptimizationType AttributeHierarchyOptimizedState {
    OptimizationType get ();
    void set (OptimizationType value);
}
member AttributeHierarchyOptimizedState : OptimizationType with get, set
function get AttributeHierarchyOptimizedState () : OptimizationType 
function set AttributeHierarchyOptimizedState (value : OptimizationType)

属性值

类型:Microsoft.AnalysisServices.OptimizationType
The level of optimization applied to the attribute hierarchy.

注释

The value of this property can be:

Value

Description

FullyOptimized

The server builds indexes for the attribute hierarchy to improve query performance.

NotOptimized

No additional indexes are built by the server.

请参阅

参考

DimensionAttribute 类

Microsoft.AnalysisServices 命名空间