Partager via


Propriété AggregationDimension.CubeDimension

Gets the parent CubeDimension corresponding to the AggregationDimension.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeDimension As CubeDimension 
    Get
'Utilisation
Dim instance As AggregationDimension 
Dim value As CubeDimension 

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

Valeur de propriété

Type : Microsoft.AnalysisServices.CubeDimension
A CubeDimension object.

Notes

There is one CubeDimension for each dimension on a cube, which covers all the measure groups of the cube.

Voir aussi

Référence

AggregationDimension Classe

Espace de noms Microsoft.AnalysisServices