Partager via


Propriété Parent

Gets the parent perspective dimension of a PerspectiveAttribute object.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As PerspectiveDimension
    Get
'Utilisation
Dim instance As PerspectiveAttribute
Dim value As PerspectiveDimension

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