AdomdConnection.ShowHiddenObjects Property

 

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

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public bool ShowHiddenObjects { get; set; }
public:
property bool ShowHiddenObjects {
    bool get();
    void set(bool value);
}
member ShowHiddenObjects : bool with get, set
Public Property ShowHiddenObjects As Boolean

Property Value

Type: System.Boolean

true if all hidden objects, such as cubes, dimensions, hierarchies, and levels, are shown; otherwise, false.

See Also

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top