Freigeben über


Perspective.Parent-Eigenschaft

Gets the parent cube for the perspective.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Cube 
    Get
'Usage
Dim instance As Perspective 
Dim value As Cube 

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.Cube
A Cube object.

Siehe auch

Verweis

Perspective Klasse

Microsoft.AnalysisServices-Namespace