DimensionStorageMode Enumeration
Determines the storage mode for the dimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("7A956EEC-0193-48df-880D-8DBA13A867B0")> _
Public Enumeration DimensionStorageMode
'Usage
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
Members
Member name | Description | |
---|---|---|
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). |
Remarks
New: 17 July 2006
Applies to all attributes of the dimension.