Compartilhar via


Propriedade do RDL AdomdConnection.ShowHiddenObjects

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

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

Sintaxe

'Declaração
Public Property ShowHiddenObjects As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

AdomdConnection Classe

Namespace Microsoft.AnalysisServices.AdomdClient