Dimension.Attributes Property

 

Applies To: SQL Server 2016 Preview

Gets the attributes collection of the dimension.

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

Syntax

[XmlArrayItemAttribute("Attribute")]
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public DimensionAttributeCollection Attributes { get; }
public:
[XmlArrayItemAttribute("Attribute")]
[XmlArrayAttribute]
[BrowsableAttribute(false)]
property DimensionAttributeCollection^ Attributes {
    DimensionAttributeCollection^ get();
}
[<XmlArrayItemAttribute("Attribute")>]
[<XmlArrayAttribute>]
[<BrowsableAttribute(false)>]
member Attributes : DimensionAttributeCollection with get
<XmlArrayItemAttribute("Attribute")>
<XmlArrayAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Attributes As DimensionAttributeCollection

Property Value

Type: Microsoft.AnalysisServices.DimensionAttributeCollection

The attributes collection of the dimension.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top