Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute object