Condividi tramite


Proprietà AggregationAttribute.CubeAttribute

Gets the CubeAttribute that associates the current AggregationAttribute to the parent cube.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeAttribute As CubeAttribute 
    Get
'Utilizzo
Dim instance As AggregationAttribute 
Dim value As CubeAttribute 

value = instance.CubeAttribute
[BrowsableAttribute(false)]
public CubeAttribute CubeAttribute { get; }
[BrowsableAttribute(false)]
public:
property CubeAttribute^ CubeAttribute {
    CubeAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member CubeAttribute : CubeAttribute
function get CubeAttribute () : CubeAttribute

Valore proprietà

Tipo: Microsoft.AnalysisServices.CubeAttribute
A CubeAttribute that associates the current AggregationAttribute to the parent cube.

Vedere anche

Riferimento

AggregationAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices