Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.93 KB

visible-element-assl.md

File metadata and controls

52 lines (35 loc) · 1.93 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
Visible Element (ASSL) | Microsoft Docs
Learn about the Visible property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

Visible Element (ASSL)

Determines the visibility of the parent element.

Syntax

  
<CalculationProperty> <!-- or one of the elements listed below in the Element Relationships table -->  
  
   <Visible >...</Visible >  
  
</CalculationProperty>  

Element Characteristics

Characteristic Description
Data type and length Boolean
Default value True
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements CalculationProperty, Cube, CubeDimension, CubeHierarchy, Database, Measure, MemberProperty
Child elements None

Remarks

The Visible element determines whether user interface components should display the parent element.

The elements that correspond to the parents of Visible in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.CalculationProperty, xref:Microsoft.AnalysisServices.Cube, xref:Microsoft.AnalysisServices.CubeDimension, xref:Microsoft.AnalysisServices.CubeHierarchy, xref:Microsoft.AnalysisServices.Database, and xref:Microsoft.AnalysisServices.Measure.

See Also

Properties (ASSL)