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 네임스페이스