Partition.CurrentStorageMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current partition storage mode.
public Microsoft.AnalysisServices.StorageMode CurrentStorageMode { get; set; }
member this.CurrentStorageMode : Microsoft.AnalysisServices.StorageMode with get, set
Public Property CurrentStorageMode As StorageMode
Property Value
A StorageMode enumeration value.
Remarks
This is a read-only property, used mainly for proactive caching. StorageMode enumeration values are: * StorageMode.Holap * StorageMode.Molap * StorageMode.Rolap