Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Technical Reference
Properties
 HideMemberIf Element

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Other versions are also available for the following:
SQL Server 2008 Books Online (June 2009)
HideMemberIf Element (ASSL)

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

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

Characteristic Description

Data type and length

String (enumeration)

Default value

Never

Cardinality

0-1: Optional element that can occur once and only once.

Relationship Element

Parent element

Level

Child elements

None

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 HideIfValue.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker