Propriedade do RDL PerspectiveKpi.Parent

Gets the parent perspective of a PerspectiveKpi object.

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

Sintaxe

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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.Perspective
A Perspective object.

Consulte também

Referência

PerspectiveKpi Classe

Namespace Microsoft.AnalysisServices