Share via


AggregationAttribute.Attribute Property

Gets the DimensionAttribute assigned to a Aggregation.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attribute As DimensionAttribute 
    Get
'Usage
Dim instance As AggregationAttribute 
Dim value As DimensionAttribute 

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

Property Value

Type: Microsoft.AnalysisServices.DimensionAttribute
The DimensionAttribute assigned to an Aggregation.

See Also

Reference

AggregationAttribute Class

Microsoft.AnalysisServices Namespace