MeasureGroupDimension.CubeDimension Property

 

Applies To: SQL Server 2016 Preview

Gets a cube dimension associated with a MeasureGroupDimension.

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

Syntax

[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public CubeDimension CubeDimension { get; }
public:
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
property CubeDimension^ CubeDimension {
    CubeDimension^ get();
}
[<BrowsableAttribute(false)>]
[<XmlIgnoreAttribute>]
member CubeDimension : CubeDimension with get
<BrowsableAttribute(False)>
<XmlIgnoreAttribute>
Public ReadOnly Property CubeDimension As CubeDimension

Property Value

Type: Microsoft.AnalysisServices.CubeDimension

A single dimension from a cube.

See Also

MeasureGroupDimension Class
Microsoft.AnalysisServices Namespace

Return to top