Partition.StorageMode Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the storage mode of the current partition.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[RefreshPropertiesAttribute(RefreshProperties.All)]
public StorageMode StorageMode { get; set; }
public:
[RefreshPropertiesAttribute(RefreshProperties::All)]
property StorageMode StorageMode {
    StorageMode get();
    void set(StorageMode value);
}
[<RefreshPropertiesAttribute(RefreshProperties.All)>]
member StorageMode : StorageMode with get, set
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property StorageMode As StorageMode

Property Value

Type: Microsoft.AnalysisServices.StorageMode

A StorageMode enumeration value.

Remarks

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

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top