PerspectiveDimension.Attributes Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of attributes for the associated PerspectiveDimension.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.PerspectiveAttributeCollection

A collection of attributes.

See Also

PerspectiveDimension Class
Microsoft.AnalysisServices Namespace

Return to top