Cube.Dimensions Property

 

Applies To: SQL Server 2016 Preview

Gets the dimensions collection associated with a Cube.

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

Syntax

[XmlArrayItemAttribute("Dimension")]
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public CubeDimensionCollection Dimensions { get; }
public:
[XmlArrayItemAttribute("Dimension")]
[XmlArrayAttribute]
[BrowsableAttribute(false)]
property CubeDimensionCollection^ Dimensions {
    CubeDimensionCollection^ get();
}
[<XmlArrayItemAttribute("Dimension")>]
[<XmlArrayAttribute>]
[<BrowsableAttribute(false)>]
member Dimensions : CubeDimensionCollection with get
<XmlArrayItemAttribute("Dimension")>
<XmlArrayAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Dimensions As CubeDimensionCollection

Property Value

Type: Microsoft.AnalysisServices.CubeDimensionCollection

A CubeDimensionCollection that can be used to retrieve certain Dimensions associated with a Cube.

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top