PerspectiveAttribute.ParentPerspective Propiedad
Gets the parent Perspective of a PerspectiveAttribute object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentPerspective As Perspective
Get
'Uso
Dim instance As PerspectiveAttribute
Dim value As Perspective
value = instance.ParentPerspective
[BrowsableAttribute(false)]
public Perspective ParentPerspective { get; }
[BrowsableAttribute(false)]
public:
property Perspective^ ParentPerspective {
Perspective^ get ();
}
[<BrowsableAttribute(false)>]
member ParentPerspective : Perspective
function get ParentPerspective () : Perspective
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.Perspective
A Perspective object.