다음을 통해 공유


AttributeHierarchyOptimizedState 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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)

주의

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.