Share via


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.