Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the storage mode for the cube.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property StorageMode As StorageMode
Get
Set
'Usage
Dim instance As Cube
Dim value As StorageMode
value = instance.StorageMode
instance.StorageMode = value
public StorageMode StorageMode { get; set; }
public:
property StorageMode StorageMode {
StorageMode get ();
void set (StorageMode value);
}
member StorageMode : StorageMode with get, set
function get StorageMode () : StorageMode
function set StorageMode (value : StorageMode)
Property Value
Type: Microsoft.AnalysisServices.StorageMode
A StorageMode enumeration.
Remarks
This property contains the default storage mode for the cube. Each partition and measure group can override this setting.