Właściwość PerspectiveMeasureGroup.Parent
Pobiera perspektywa nadrzędnego względem PerspectiveMeasureGroup obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Perspective
Get
'Użycie
Dim instance As PerspectiveMeasureGroup
Dim value As Perspective
value = instance.Parent
[BrowsableAttribute(false)]
public Perspective Parent { get; }
[BrowsableAttribute(false)]
public:
property Perspective^ Parent {
Perspective^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Perspective
function get Parent () : Perspective
Wartość właściwości
Typ: Microsoft.AnalysisServices.Perspective
A Perspective obiektu.