Skip to content

Latest commit

 

History

History
79 lines (67 loc) · 3.7 KB

File metadata and controls

79 lines (67 loc) · 3.7 KB
title Perspective Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/07/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Perspective Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Perspective
helpviewer_keywords
Perspective element
ms.assetid 0442334c-8b00-4451-ad81-02e58c735e8f
caps.latest.revision 35
author Minewiskan
ms.author owend
manager erikre

Perspective Element (ASSL)

Defines details for a perspective of a Cube element.

Syntax

  
<Perspectives>  
   <<Perspective>  
      <Name>...</Name>  
      <ID>...</ID>  
      <CreatedTimestamp>...</CreatedTimestamp>  
      <LastSchemaUpdate>...</LastSchemaUpdate>  
      <Description>...</Description>  
      <Translations>...</Translations>  
      <DefaultMeasure>...</DefaultMeasure>  
      <Dimensions>...</Dimensions>  
            <MeasureGroups>...</MeasureGroups>  
      <Calculations>...</Calculations>  
      <Kpis>...</Kpis>  
            <Actions>...</Actions>  
      <Annotations>...</Annotations>  
   </Perspective>  
</Perspectives>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements Perspectives
Child elements Actions, Annotations, Calculations, CreatedTimestamp, DefaultMeasure, Description, Dimensions, ID, Kpis, LastSchemaUpdate, MeasureGroups, Name, Translations

Remarks

A perspective provides a subset of a cube, selecting the dimensions, hierarchies, attributes, and other details that are to be included, and defining the slice of data to be included. A perspective is owned by a single cube. It is not possible to override or add objects within a perspective; all dimensions, hierarchies, and other details must exist in the underlying cube. It is not possible to include objects and mark them as not visible.

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.Perspective.

See Also

Objects (ASSL)