Dimension.CurrentStorageMode Property

Definition

Gets or sets the current storage mode of the dimension.

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

Property Value

DimensionStorageMode

The current storage of the dimension.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

CurrentStorageMode only reads the storage mode of the current dimension. To set the value of storage mode, use StorageMode.

Applies to