ReferenceMeasureGroupDimension.IntermediateGranularityAttribute Property

 

Applies To: SQL Server 2016 Preview

Gets the intermediate granularity attribute from a ReferenceMeasureGroupDimension object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.CubeAttribute

A CubeAttribute object.

See Also

ReferenceMeasureGroupDimension Class
Microsoft.AnalysisServices Namespace

Return to top