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). |
注释
新增日期: 2006 年 7 月 17 日
Applies to all attributes of the dimension.