MeasureGroup.StorageMode Property

Definition

Gets or sets the default storage mode for the MeasureGroup. Can be overridden on a per partition basis.

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

Property Value

An enumeration containing the StorageMode.

Remarks

This defaults to the value from the parent Cube. Also, if the value of this property is null, then the value from the parent cube is used.

Applies to