RegularMeasureGroupDimension.Attributes Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of attributes associated with a RegularMeasureGroupDimension object.

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

Syntax

[XmlArrayAttribute]
[XmlArrayItemAttribute("Attribute")]
[BrowsableAttribute(false)]
public MeasureGroupAttributeCollection Attributes { get; }
public:
[XmlArrayAttribute]
[XmlArrayItemAttribute("Attribute")]
[BrowsableAttribute(false)]
property MeasureGroupAttributeCollection^ Attributes {
    MeasureGroupAttributeCollection^ get();
}
[<XmlArrayAttribute>]
[<XmlArrayItemAttribute("Attribute")>]
[<BrowsableAttribute(false)>]
member Attributes : MeasureGroupAttributeCollection with get
<XmlArrayAttribute>
<XmlArrayItemAttribute("Attribute")>
<BrowsableAttribute(False)>
Public ReadOnly Property Attributes As MeasureGroupAttributeCollection

Property Value

Type: Microsoft.AnalysisServices.MeasureGroupAttributeCollection

A collection of measure group attributes.

See Also

RegularMeasureGroupDimension Class
Microsoft.AnalysisServices Namespace

Return to top