다음을 통해 공유


CurrentStorageMode 속성

Gets or sets the current storage mode of the dimension.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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
A DimensionStorageMode value with 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.