Condividi tramite


Proprietà ParentCube

Gets the parent cube of the CubeHierarchy 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 CubeHierarchy
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.