CubeHierarchy.OptimizedState Property
Gets or sets the optimization state of an associated CubeHierarchy object.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<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)
Valeur de propriété
The type of optimization associated with a CubeHierarchy object.
Notes
It is either FullyOptimized or NotOptimized.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
CubeHierarchy Class
CubeHierarchy Members
Microsoft.AnalysisServices Namespace