共用方式為


PerspectiveAttribute.Parent 屬性

Gets the parent perspective dimension of a PerspectiveAttribute object.

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

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As PerspectiveDimension 
    Get
'用途
Dim instance As PerspectiveAttribute 
Dim value As PerspectiveDimension 

value = instance.Parent
[BrowsableAttribute(false)]
public PerspectiveDimension Parent { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveDimension^ Parent {
    PerspectiveDimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : PerspectiveDimension
function get Parent () : PerspectiveDimension

屬性值

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

請參閱

參考

PerspectiveAttribute 類別

Microsoft.AnalysisServices 命名空間