共用方式為


PerspectiveAttribute.ParentPerspective 屬性

Gets the parent Perspective of a PerspectiveAttribute object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentPerspective As Perspective 
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.Perspective
A Perspective object.

請參閱

參考

PerspectiveAttribute 類別

Microsoft.AnalysisServices 命名空間