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 命名空间