Propriété CubeDef.Dimensions
Gets an instance of the DimensionCollection class that contains the dimensions for the CubeDef class.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Dimensions As DimensionCollection
Get
'Utilisation
Dim instance As CubeDef
Dim value As DimensionCollection
value = instance.Dimensions
public DimensionCollection Dimensions { get; }
public:
property DimensionCollection^ Dimensions {
DimensionCollection^ get ();
}
member Dimensions : DimensionCollection
function get Dimensions () : DimensionCollection
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdServer.DimensionCollection
A DimensionCollection that contains dimensions for the CubeDef.
Notes
In Analysis Services, 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.
Note The Dimensions property does not include the Measures dimension.