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 네임스페이스