Partition.StorageMode Property

Definition

Gets or sets the storage mode of the current partition.

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

Property Value

StorageMode

A StorageMode enumeration value.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

By default, StorageMode is the storage mode for the parent cube and the parent measure group.

Applies to