AdomdConnection.ShowHiddenObjects 属性

Gets or sets a value that indicates whether hidden objects are returned.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Property ShowHiddenObjects As Boolean 
    Get 
    Set
用法
Dim instance As AdomdConnection 
Dim value As Boolean 

value = instance.ShowHiddenObjects

instance.ShowHiddenObjects = value
public bool ShowHiddenObjects { get; set; }
public:
property bool ShowHiddenObjects {
    bool get ();
    void set (bool value);
}
member ShowHiddenObjects : bool with get, set
function get ShowHiddenObjects () : boolean 
function set ShowHiddenObjects (value : boolean)

属性值

类型:System.Boolean
true if all hidden objects, such as cubes, dimensions, hierarchies, and levels, are shown; otherwise, false.

请参阅

参考

AdomdConnection 类

Microsoft.AnalysisServices.AdomdClient 命名空间