Share via


PerspectiveAttribute.CubeAttribute Property

Gets the cube attribute associated with a PerspectiveAttribute object.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeAttribute As CubeAttribute 
    Get
'Usage
Dim instance As PerspectiveAttribute 
Dim value As CubeAttribute 

value = instance.CubeAttribute
[BrowsableAttribute(false)]
public CubeAttribute CubeAttribute { get; }
[BrowsableAttribute(false)]
public:
property CubeAttribute^ CubeAttribute {
    CubeAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member CubeAttribute : CubeAttribute
function get CubeAttribute () : CubeAttribute

Property Value

Type: Microsoft.AnalysisServices.CubeAttribute
A CubeAttribute object.

See Also

Reference

PerspectiveAttribute Class

Microsoft.AnalysisServices Namespace