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