ReferenceMeasureGroupDimension.IntermediateDimension Property

 

Applies To: SQL Server 2016 Preview

Gets an intermediate dimension from a ReferenceMeasureGroupDimension object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Dimension

A Dimension object.

See Also

ReferenceMeasureGroupDimension Class
Microsoft.AnalysisServices Namespace

Return to top