Level.HideMemberIf Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the value of a property which indicates whether and when a member in a Level should be hidden from client applications.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(HideIfValue.Never)]
public HideIfValue HideMemberIf { get; set; }
public:
[DefaultValueAttribute(HideIfValue::Never)]
property HideIfValue HideMemberIf {
    HideIfValue get();
    void set(HideIfValue value);
}
[<DefaultValueAttribute(HideIfValue.Never)>]
member HideMemberIf : HideIfValue with get, set
<DefaultValueAttribute(HideIfValue.Never)>
Public Property HideMemberIf As HideIfValue

Property Value

Type: Microsoft.AnalysisServices.HideIfValue

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

See Also

Level Class
Microsoft.AnalysisServices Namespace

Return to top