Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.8 KB

hidememberif-element-assl.md

File metadata and controls

62 lines (44 loc) · 1.8 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
HideMemberIf Element (ASSL) | Microsoft Docs
Learn about the HideMemberIf property element in the Analysis Services Scripting Language (ASSL) schema.
09/14/2020
analysis-services
assl
kfollis
reference
kfollis
kfollis

HideMemberIf Element (ASSL)

Indicates whether and when a member in a level should be hidden from client applications.

Syntax

  
<Level>  
   ...  
   <HideMemberIf>...</HideMemberIf>  
   ...  
</Level>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value Never
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element Level
Child elements None

Remarks

The value of this element is limited to one of the strings in the following table.

Value Description
Never Members are never hidden.
OnlyChildWithNoName A member is hidden when it is the only child of its parent and its name is empty.
OnlyChildWithParentName A member is hidden when it is the only child of its parent and its name is identical to that of its parent.
NoName A member is hidden when its name is empty.
ParentName A member is hidden when its name is identical to that of its parent.

The enumeration that corresponds to the allowed values for HideMemberIf in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.HideIfValue.

See Also

Properties (ASSL)