AggregationDesignAttribute.Attribute Property

Gets the primitive data type that represents the association between an attribute and an AggregationDesignAttribute element.

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 AggregationDesignAttribute
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