PerspectiveAttribute.CubeAttribute Property

 

Applies To: SQL Server 2016 Preview

Gets the cube attribute associated with a PerspectiveAttribute object.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public CubeAttribute CubeAttribute { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property CubeAttribute^ CubeAttribute {
    CubeAttribute^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member CubeAttribute : CubeAttribute with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property CubeAttribute As CubeAttribute

Property Value

Type: Microsoft.AnalysisServices.CubeAttribute

A CubeAttributeobject.

See Also

PerspectiveAttribute Class
Microsoft.AnalysisServices Namespace

Return to top