Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the optimization state for a CubeAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AttributeHierarchyOptimizedState As OptimizationType
Get
Set
'Usage
Dim instance As CubeAttribute
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)
Property Value
Type: Microsoft.AnalysisServices.OptimizationType
The type of optimization set.
Remarks
The state can be either FullyOptimized or NotOptimized.