Dimension.StorageMode Property

Definition

Gets or sets the storage mode associated with a Dimension object.

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

Property Value

DimensionStorageMode

An enumeration containing either Molap or Rolap.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to