ReferenceMeasureGroupDimension.IntermediateCubeDimension Property

 

Applies To: SQL Server 2016 Preview

Gets the intermediate cube dimension from a ReferenceMeasureGroupDimension object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.CubeDimension

A CubeDimension object.

See Also

ReferenceMeasureGroupDimension Class
Microsoft.AnalysisServices Namespace

Return to top