Cube.StorageMode Property

Definition

Gets or sets the storage mode for the cube.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Storage")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Cube_StorageMode")]
public Microsoft.AnalysisServices.StorageMode StorageMode { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Storage")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Cube_StorageMode")>]
member this.StorageMode : Microsoft.AnalysisServices.StorageMode with get, set
Public Property StorageMode As StorageMode

Property Value

StorageMode

A StorageMode enumeration.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

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

Applies to