Partition.CurrentStorageMode Property
Gets or sets the current partition storage mode.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property CurrentStorageMode As StorageMode
Get
Set
'Usage
Dim instance As Partition
Dim value As StorageMode
value = instance.CurrentStorageMode
instance.CurrentStorageMode = value
public StorageMode CurrentStorageMode { get; set; }
public:
property StorageMode CurrentStorageMode {
StorageMode get ();
void set (StorageMode value);
}
member CurrentStorageMode : StorageMode with get, set
function get CurrentStorageMode () : StorageMode
function set CurrentStorageMode (value : StorageMode)
Property Value
Type: Microsoft.AnalysisServices.StorageMode
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