Compartir a través de


Partition.ParentCube Propiedad

Gets the parent cube of the current partition.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube 
    Get
'Uso
Dim instance As Partition 
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 de la propiedad

Tipo: Microsoft.AnalysisServices.Cube
The parent cube of the current partition.

Vea también

Referencia

Partition Clase

Espacio de nombres Microsoft.AnalysisServices