Condividi tramite


Proprietà Kpi.ParentKpiID

Gets or sets the ID of the parent Kpi.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property ParentKpiID As String 
    Get 
    Set
'Utilizzo
Dim instance As Kpi 
Dim value As String 

value = instance.ParentKpiID

instance.ParentKpiID = value
public string ParentKpiID { get; set; }
public:
property String^ ParentKpiID {
    String^ get ();
    void set (String^ value);
}
member ParentKpiID : string with get, set
function get ParentKpiID () : String 
function set ParentKpiID (value : String)

Valore proprietà

Tipo: System.String
A String that contains ParentKpiID.

Vedere anche

Riferimento

Kpi Classe

Spazio dei nomi Microsoft.AnalysisServices