Udostępnij za pośrednictwem


Właściwość PerspectiveMeasure.Parent

Pobiera element nadrzędny PerspectiveMeasure obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As PerspectiveMeasureGroup
    Get
'Użycie
Dim instance As PerspectiveMeasure
Dim value As PerspectiveMeasureGroup

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