Freigeben über


CubeHierarchy.OptimizedState Property

Gets or sets the optimization state of an associated CubeHierarchy object.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<DefaultValueAttribute(OptimizationType.FullyOptimized)> _
Public Property OptimizedState As OptimizationType
[DefaultValueAttribute(OptimizationType.FullyOptimized)] 
public OptimizationType OptimizedState { get; set; }
[DefaultValueAttribute(OptimizationType::FullyOptimized)] 
public:
property OptimizationType OptimizedState {
    OptimizationType get ();
    void set (OptimizationType value);
}
/** @property */
public OptimizationType get_OptimizedState ()

/** @property */
public void set_OptimizedState (OptimizationType value)
public function get OptimizedState () : OptimizationType

public function set OptimizedState (value : OptimizationType)

Eigenschaftswert

The type of optimization associated with a CubeHierarchy object.

Hinweise

It is either FullyOptimized or NotOptimized.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

CubeHierarchy Class
CubeHierarchy Members
Microsoft.AnalysisServices Namespace