Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 2.24 KB

File metadata and controls

76 lines (63 loc) · 2.24 KB
title HideMemberIf Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
HideMemberIf Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
HideMemberIf
helpviewer_keywords
HideMemberIf element
ms.assetid ff0e6b19-6216-43ac-ba76-1628da8c333b
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

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.

Remarks

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)