CubeDef.Dimensions Property

 

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

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public DimensionCollection Dimensions { get; }
public:
property DimensionCollection^ Dimensions {
    DimensionCollection^ get();
}
member Dimensions : DimensionCollection with get
Public ReadOnly Property Dimensions As DimensionCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.DimensionCollection

A DimensionCollection that contains dimensions for the CubeDef.

Remarks

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.

See Also

CubeDef Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top