Właściwość PerspectiveAttribute.ParentPerspective
Pobiera element nadrzędny Perspective z PerspectiveAttribute obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentPerspective As Perspective
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.AnalysisServices.Perspective
A Perspective obiektu.