Partager via


CubeAttribute propriété

Gets the cube attribute associated with a PerspectiveAttribute object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeAttribute As CubeAttribute
    Get
'Utilisation
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

Valeur de la propriété

Type : Microsoft.AnalysisServices. . :: . .CubeAttribute
A CubeAttribute object.