Attributes Propiedad
Gets the collection of attributes associated with a RegularMeasureGroupDimension object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .MeasureGroupAttributeCollection
A collection of measure group attributes.