MeasureGroup.StorageMode Property

 

Applies To: SQL Server 2016 Preview

Determines the default storage mode for the MeasureGroup. Can be overridden on a per partition basis.

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

An enumeration containing a StorageMode.

Remarks

This defaults to the value from the parent Cube. Also, if the value of this property is null, then the value from the parent cube is used.

See Also

MeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top