Compartilhar via


Propriedade do RDL PerspectiveMeasure.Parent

Gets the parent of the PerspectiveMeasure object.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As PerspectiveMeasureGroup 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.PerspectiveMeasureGroup
A PerspectiveMeasureGroup object.

Consulte também

Referência

PerspectiveMeasure Classe

Namespace Microsoft.AnalysisServices