Compartilhar via


Propriedade do RDL ParentCube

Gets the parent Cube of the CalculationProperty 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 CalculationProperty
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
A Cube object.