Dimension.CurrentStorageMode Property

Gets or sets the current storage mode of the dimension.

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

Syntax

'Declaration
Public Property CurrentStorageMode As DimensionStorageMode 
    Get 
    Set
'Usage
Dim instance As Dimension 
Dim value As DimensionStorageMode 

value = instance.CurrentStorageMode

instance.CurrentStorageMode = value
public DimensionStorageMode CurrentStorageMode { get; set; }
public:
property DimensionStorageMode CurrentStorageMode {
    DimensionStorageMode get ();
    void set (DimensionStorageMode value);
}
member CurrentStorageMode : DimensionStorageMode with get, set
function get CurrentStorageMode () : DimensionStorageMode 
function set CurrentStorageMode (value : 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

Reference

Dimension Class

Microsoft.AnalysisServices Namespace