共用方式為


ParentKpi 屬性

Gets the parent Kpi of the current Kpi.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property ParentKpi As Kpi
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.AdomdServer. . :: . .Kpi
Returns the parent Kpi of the current Kpi.