Propriedade do RDL RegularMeasureGroupDimension.Attributes

Gets the collection of attributes associated with a RegularMeasureGroupDimension object.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As MeasureGroupAttributeCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.MeasureGroupAttributeCollection
A collection of measure group attributes.

Consulte também

Referência

RegularMeasureGroupDimension Classe

Namespace Microsoft.AnalysisServices