Partager via


CubeDef.Dimensions Property

Gets an instance of the DimensionCollection class that contains the dimensions for the CubeDef class.

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Dimensions As DimensionCollection
public DimensionCollection Dimensions { get; }
public:
property DimensionCollection^ Dimensions {
    DimensionCollection^ get ();
}
/** @property */
public DimensionCollection get_Dimensions ()
public function get Dimensions () : DimensionCollection

Valeur de propriété

A DimensionCollection that contains dimensions for the CubeDef.

Notes

In Microsoft SQL Server 2005 Analysis Services (SSAS), each cube has at least one dimension associated with it. The Dimensions property is used to retrieve a collection of Dimension objects that are associated with a given cube.

ms133704.note(fr-fr,SQL.90).gifRemarque :
The Dimensions property does not include the Measures dimension.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace