PerspectiveAttribute.CubeAttribute-Eigenschaft
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.CubeAttribute
A CubeAttribute object.