Compartilhar via


Propriedade do RDL PerspectiveAction.ParentCube

Gets the parent Cube of a PerspectiveAction object.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube 
    Get
'Uso
Dim instance As PerspectiveAction 
Dim value As Cube 

value = instance.ParentCube
[BrowsableAttribute(false)]
public Cube ParentCube { get; }
[BrowsableAttribute(false)]
public:
property Cube^ ParentCube {
    Cube^ get ();
}
[<BrowsableAttribute(false)>]
member ParentCube : Cube
function get ParentCube () : Cube

Valor da propriedade

Tipo: Microsoft.AnalysisServices.Cube
An Cube object.

Consulte também

Referência

PerspectiveAction Classe

Namespace Microsoft.AnalysisServices