PerspectiveMeasure.ParentPerspective プロパティ
PerspectiveMeasure オブジェクトの親パースペクティブを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentPerspective As Perspective
Get
'使用
Dim instance As PerspectiveMeasure
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
Perspective オブジェクトです。