Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.48 KB

displayflag-element-assl.md

File metadata and controls

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

DisplayFlag Element (ASSL)

Contains a read-only hint that indicates whether user interface components should display the associated ServerProperty element.

Syntax

  
<ServerProperty>  
   ...  
   <DisplayFlag>...</DisplayFlag>  
   ...  
</ServerProperty>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements ServerProperty
Child elements None

Remarks

The element corresponding to the parent of DisplayFlag in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ServerProperty.

See Also

ServerProperties Element (ASSL)
Server Element (ASSL)
Properties (ASSL)