Partition.CurrentStorageMode Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the current partition storage mode.

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

Syntax

[ReadOnlyAttribute(true)]
public StorageMode CurrentStorageMode { get; set; }
public:
[ReadOnlyAttribute(true)]
property StorageMode CurrentStorageMode {
    StorageMode get();
    void set(StorageMode value);
}
[<ReadOnlyAttribute(true)>]
member CurrentStorageMode : StorageMode with get, set
<ReadOnlyAttribute(True)>
Public Property CurrentStorageMode As StorageMode

Property Value

Type: Microsoft.AnalysisServices.StorageMode

A StorageMode enumeration value.

Remarks

This is a read-only property, used mainly for proactive caching.

StorageMode enumeration values are:

  • StorageMode.Holap

  • StorageMode.Molap

  • StorageMode.Rolap

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top