Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 3.5 KB

File metadata and controls

50 lines (43 loc) · 3.5 KB
title Cube Objects (Analysis Services - Multidimensional Data) | Microsoft Docs
ms.custom
ms.date 03/17/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
applies_to
SQL Server 2016 Preview
helpviewer_keywords
cubes [Analysis Services], objects
ms.assetid 5cee362e-3f95-4467-bc6c-29b1518ecbf3
caps.latest.revision 12
author Minewiskan
ms.author owend
manager erikre

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 - Multidimensional Model Programming
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