Level.HideMemberIf Property

Definition

Gets or sets the indication whether and when a member in a Level should be hidden from client applications.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Level_HideMemberIf")]
public Microsoft.AnalysisServices.HideIfValue HideMemberIf { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Level_HideMemberIf")>]
member this.HideMemberIf : Microsoft.AnalysisServices.HideIfValue with get, set
Public Property HideMemberIf As HideIfValue

Property Value

HideIfValue

A HideIfValue enumeration value which indicates whether and when a member in a Level should be hidden from client applications.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to