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