RegularMeasureGroupDimension.Attributes Property
Gets the collection of attributes associated with a RegularMeasureGroupDimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As MeasureGroupAttributeCollection
Get
'Usage
Dim instance As RegularMeasureGroupDimension
Dim value As MeasureGroupAttributeCollection
value = instance.Attributes
[BrowsableAttribute(false)]
public MeasureGroupAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property MeasureGroupAttributeCollection^ Attributes {
MeasureGroupAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : MeasureGroupAttributeCollection
function get Attributes () : MeasureGroupAttributeCollection
Property Value
Type: Microsoft.AnalysisServices.MeasureGroupAttributeCollection
A collection of measure group attributes.