Перечисление DimensionStorageMode
Determines the storage mode for the dimension.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("7A956EEC-0193-48df-880D-8DBA13A867B0")> _
Public Enumeration DimensionStorageMode
'Применение
Dim instance As DimensionStorageMode
[GuidAttribute("7A956EEC-0193-48df-880D-8DBA13A867B0")]
public enum DimensionStorageMode
[GuidAttribute(L"7A956EEC-0193-48df-880D-8DBA13A867B0")]
public enum class DimensionStorageMode
[<GuidAttribute("7A956EEC-0193-48df-880D-8DBA13A867B0")>]
type DimensionStorageMode
public enum DimensionStorageMode
Элементы
Имя элемента | Описание | |
---|---|---|
InMemory | Specifies that the storage mode is in memory. | |
Molap | Specifies that the storage mode is Multi-dimensional OLAP. | |
Rolap | Specifies that the storage mode is relational OLAP (ROLAP). |
Замечания
Добавления: 17 июля 2006 г.
Applies to all attributes of the dimension.