Partager via


Propriété AggregationDesign.ParentCube

Gets the Cube object that is the parent of the AggregationDesign object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube 
    Get
'Utilisation
Dim instance As AggregationDesign 
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

Valeur de propriété

Type : Microsoft.AnalysisServices.Cube
A Cube object.

Voir aussi

Référence

AggregationDesign Classe

Espace de noms Microsoft.AnalysisServices