Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.OptimizationType
The type of optimization set.
Hinweise
The state can be either FullyOptimized or NotOptimized.