CurrentStorageMode 元素 (ASSL)
決定父元素的目前儲存模式。
語法
<Dimension> <!-- or Partition -->
<CurrentStorageMode>...</CurrentStorageMode>
</Dimension>
元素特性
特性 |
說明 |
---|---|
資料類型和長度 |
字串 (列舉) |
預設值 |
ROLAP |
基數 |
0-1:只能出現一次或完全不出現的選擇性元素。 |
元素關聯性
關聯性 |
元素 |
---|---|
父元素 |
|
子元素 |
無 |
備註
CurrentStorageMode 元素會指出目前針對主動式快取目的所用的儲存模式,並套用至父元素的所有屬性。
這個元素的值限制為下表所列的其中一個字串。
值 |
說明 |
---|---|
MOLAP |
父系使用多維度 OLAP (MOLAP) 儲存。 |
ROLAP |
父系使用關聯式 OLAP (ROLAP) 儲存。 |
HOLAP |
父系使用混合式 OLAP (HOLAP) 儲存。
|
在「分析管理物件」(AMO) 物件模型中對應至 CurrentStorageMode 允許值的列舉是 StorageMode。