PerspectiveKpi.Parent 属性
Gets the parent perspective of a PerspectiveKpi object.
命名空间: 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
A Perspective object.