Condividi tramite


Proprietà PerspectiveMeasure.ParentCube

Gets the parent Cube of the PerspectiveMeasure object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube 
    Get
'Utilizzo
Dim instance As PerspectiveMeasure 
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.Cube
A Cube object.

Vedere anche

Riferimento

PerspectiveMeasure Classe

Spazio dei nomi Microsoft.AnalysisServices