Propriété RegularMeasureGroupDimension.Attributes

Gets the collection of attributes associated with a RegularMeasureGroupDimension object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As MeasureGroupAttributeCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

RegularMeasureGroupDimension Classe

Espace de noms Microsoft.AnalysisServices