共用方式為


Level.HideMemberIf 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property HideMemberIf As HideIfValue 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.AnalysisServices.HideIfValue
A HideIfValue object which indicates whether and when a member in a Level should be hidden from client applications.

請參閱

參考

Level 類別

Microsoft.AnalysisServices 命名空間