Свойство 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
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.
См. также