Partager via


Propriété ProactiveCaching.AggregationStorage

Gets or sets storage for partitions with ProactiveCaching.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property AggregationStorage As ProactiveCachingAggregationStorage 
    Get 
    Set
'Utilisation
Dim instance As ProactiveCaching 
Dim value As ProactiveCachingAggregationStorage 

value = instance.AggregationStorage

instance.AggregationStorage = value
public ProactiveCachingAggregationStorage AggregationStorage { get; set; }
public:
property ProactiveCachingAggregationStorage AggregationStorage {
    ProactiveCachingAggregationStorage get ();
    void set (ProactiveCachingAggregationStorage value);
}
member AggregationStorage : ProactiveCachingAggregationStorage with get, set
function get AggregationStorage () : ProactiveCachingAggregationStorage 
function set AggregationStorage (value : ProactiveCachingAggregationStorage)

Valeur de propriété

Type : Microsoft.AnalysisServices.ProactiveCachingAggregationStorage
One of multiple enumeration values; the default is Regular.

Voir aussi

Référence

ProactiveCaching Classe

Espace de noms Microsoft.AnalysisServices