OlapStorageModes
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
Enumerates values for the OlapMode property.
Constant | Description | Applies to |
---|---|---|
olapmodeAggsMolapIndex |
Reserved for future use. |
n/a |
olapmodeAggsRolap |
Reserved for future use. |
n/a |
olapmodeHybridIndex |
Fact table data is stored in relational OLAP (ROLAP), and aggregations are stored in multidimensional OLAP (MOLAP). |
Databases, cubes, and partitions (excluding virtual cubes and linked cubes) |
olapmodeMolapIndex |
Fact table data is stored in MOLAP, and aggregations are stored in MOLAP. |
Databases, cubes, and partitions (excluding virtual cubes) |
olapmodeRolap |
All data is stored in ROLAP. |
Databases, cubes, and partitions (excluding virtual cubes and linked cubes) |