PerspectiveKpi.Parent プロパティ

PerspectiveKpi オブジェクトの親パースペクティブを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Perspective 
    Get
'使用
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

プロパティ値

型: Microsoft.AnalysisServices.Perspective
Perspective オブジェクトです。

関連項目

参照

PerspectiveKpi クラス

Microsoft.AnalysisServices 名前空間