Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.64 KB

File metadata and controls

43 lines (36 loc) · 2.64 KB
title Cube Objects (Analysis Services - Multidimensional Data) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology analysis-services
ms.topic reference
helpviewer_keywords
cubes [Analysis Services], objects
ms.assetid 5cee362e-3f95-4467-bc6c-29b1518ecbf3
author minewiskan
ms.author owend
manager craigg

Cube Objects (Analysis Services - Multidimensional Data)

Introducing Cube Objects

A simple xref:Microsoft.AnalysisServices.Cube object is composed of: basic information, dimensions, and measure groups. Basic information includes the name of the cube, the default measure of the cube, the data source, the storage mode, and others.

The Dimensions collection contains the actual set of dimensions used in the cube from the database dimensions colection. All dimensions have to be defined in the dimensions collection of the database before being referenced in the cube. Private dimensions are not available in [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion].

Measure groups are sets of measures in the cube. A measure group is a collection of measures that have a common data source view and a common set of dimensions. A measure group is the unit of process for measures; measure groups can be processed individually and then browsed.

In this section

Topic
Actions (Analysis Services - Multidimensional Data)
Aggregations and Aggregation Designs
Calculations
Cube Cells (Analysis Services - Multidimensional Data)
Cube Properties
Cube Storage (Analysis Services - Multidimensional Data)
Cube Translations
Dimension Relationships
Key Performance Indicators (KPIs) in Multidimensional Models
Measures and Measure Groups
Partitions (Analysis Services - Multidimensional Data)
Perspectives