Attributes Propiedad
Gets the collection of attributes for the associated AggregationDimension.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As AggregationAttributeCollection
Get
'Uso
Dim instance As AggregationDimension
Dim value As AggregationAttributeCollection
value = instance.Attributes
[BrowsableAttribute(false)]
public AggregationAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property AggregationAttributeCollection^ Attributes {
AggregationAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : AggregationAttributeCollection
function get Attributes () : AggregationAttributeCollection
Valor de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .AggregationAttributeCollection
A collection of attributes.