Level.HideMemberIf Property
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
<DefaultValueAttribute(HideIfValue.Never)> _
Public Property HideMemberIf As HideIfValue
[DefaultValueAttribute(HideIfValue.Never)]
public HideIfValue HideMemberIf { get; set; }
[DefaultValueAttribute(HideIfValue::Never)]
public:
property HideIfValue HideMemberIf {
HideIfValue get ();
void set (HideIfValue value);
}
/** @property */
public HideIfValue get_HideMemberIf ()
/** @property */
public void set_HideMemberIf (HideIfValue value)
public function get HideMemberIf () : HideIfValue
public function set HideMemberIf (value : HideIfValue)
Property Value
A HideIfValue object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Level Class
Level Members
Microsoft.AnalysisServices Namespace