Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property HideMemberIf As HideIfValue
Get
Set
'Usage
Dim instance As Level
Dim value As HideIfValue
value = instance.HideMemberIf
instance.HideMemberIf = value
public HideIfValue HideMemberIf { get; set; }
public:
property HideIfValue HideMemberIf {
HideIfValue get ();
void set (HideIfValue value);
}
member HideMemberIf : HideIfValue with get, set
function get HideMemberIf () : HideIfValue
function set HideMemberIf (value : 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.