หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the parent Kpi of the current Kpi.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ParentKpi As Kpi
Get
'Usage
Dim instance As Kpi
Dim value As Kpi
value = instance.ParentKpi
public Kpi ParentKpi { get; }
public:
property Kpi^ ParentKpi {
Kpi^ get ();
}
member ParentKpi : Kpi
function get ParentKpi () : Kpi
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.Kpi
Returns the parent Kpi of the current Kpi.