Condividi tramite


Proprietà AggregationAttribute.ParentCube

Gets the parent Cube of the current AggregationAttribute.

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 AggregationAttribute 
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
The parent Cube of the current AggregationAttribute.

Vedere anche

Riferimento

AggregationAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices