共用方式為


Dimension.CurrentStorageMode 屬性

Gets or sets the current storage mode of the dimension.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property CurrentStorageMode As DimensionStorageMode 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.AnalysisServices.DimensionStorageMode
The current storage of the dimension.

備註

CurrentStorageMode only reads the storage mode of the current dimension.

To set the value of storage mode, use StorageMode.

請參閱

參考

Dimension 類別

Microsoft.AnalysisServices 命名空間