Expand Minimize
This topic has not yet been rated - Rate this topic

HideIfValue Enumeration

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

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
[GuidAttribute("8F710175-730B-473e-AE51-81334E8B3B39")] 
public enum HideIfValue
/** @attribute GuidAttribute("8F710175-730B-473e-AE51-81334E8B3B39") */ 
public enum HideIfValue
GuidAttribute("8F710175-730B-473e-AE51-81334E8B3B39") 
public enum HideIfValue
Member nameDescription
NeverNever hide the level member.
NoNameHides the level member if member has no name or an empty name
OnlyChildWithNoNameHides the level member if member is the only child and has no name or an empty name.
OnlyChildWithParentNameHides the level member if member is the only child and member name is equal to that name of the parent.
ParentNameHides the level member if member name is equal to the name of the parent.

New: 17 July 2006


Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.