Condividi tramite


Proprietà PerspectiveMeasure.Parent

Gets the parent of the PerspectiveMeasure object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As PerspectiveMeasureGroup 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.PerspectiveMeasureGroup
A PerspectiveMeasureGroup object.

Vedere anche

Riferimento

PerspectiveMeasure Classe

Spazio dei nomi Microsoft.AnalysisServices