Dimension.CurrentStorageMode Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the current storage mode of the dimension.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.DimensionStorageMode

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.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top