Propriedade do RDL AggregationInstanceDimension.Attributes

Gets the collection of attributes for the associated AggregationInstanceDimension.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As AggregationInstanceAttributeCollection 
    Get
'Uso
Dim instance As AggregationInstanceDimension 
Dim value As AggregationInstanceAttributeCollection 

value = instance.Attributes
[BrowsableAttribute(false)]
public AggregationInstanceAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property AggregationInstanceAttributeCollection^ Attributes {
    AggregationInstanceAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : AggregationInstanceAttributeCollection
function get Attributes () : AggregationInstanceAttributeCollection

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AggregationInstanceAttributeCollection
A collection of attributes.

Consulte também

Referência

AggregationInstanceDimension Classe

Namespace Microsoft.AnalysisServices