Cube.StorageMode Property

Definition

Gets or sets the storage mode for the cube.

public Microsoft.AnalysisServices.StorageMode StorageMode { get; set; }
member this.StorageMode : Microsoft.AnalysisServices.StorageMode with get, set
Public Property StorageMode As StorageMode

Property Value

A StorageMode enumeration.

Remarks

This property contains the default storage mode for the cube. Each partition and measure group can override this setting.

Applies to