Partition.CurrentStorageMode 属性

Gets or sets the current partition storage mode.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property CurrentStorageMode As StorageMode 
    Get 
    Set
用法
Dim instance As Partition 
Dim value As StorageMode 

value = instance.CurrentStorageMode

instance.CurrentStorageMode = value
public StorageMode CurrentStorageMode { get; set; }
public:
property StorageMode CurrentStorageMode {
    StorageMode get ();
    void set (StorageMode value);
}
member CurrentStorageMode : StorageMode with get, set
function get CurrentStorageMode () : StorageMode 
function set CurrentStorageMode (value : StorageMode)

属性值

类型:Microsoft.AnalysisServices.StorageMode
A StorageMode enumeration value.

注释

This is a read-only property, used mainly for proactive caching.

StorageMode enumeration values are:

  • StorageMode.Holap

  • StorageMode.Molap

  • StorageMode.Rolap

请参阅

参考

Partition 类

Microsoft.AnalysisServices 命名空间