PerspectiveDimension.CubeDimension Property

 

Applies To: SQL Server 2016 Preview

Gets the parent CubeDimension corresponding to the PerspectiveDimension.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.CubeDimension

A CubeDimension object.

See Also

PerspectiveDimension Class
Microsoft.AnalysisServices Namespace

Return to top