Dimension.CurrentStorageMode Property

Definition

Gets or sets the current storage mode of the dimension.

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

Property Value

The current storage of the dimension.

Remarks

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

Applies to