PerspectiveDimension.Dimension Property

 

Applies To: SQL Server 2016 Preview

Gets the Dimension object corresponding to the PerspectiveDimension object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Dimension

A Dimension object.

See Also

PerspectiveDimension Class
Microsoft.AnalysisServices Namespace

Return to top