Compartilhar via


Propriedade do RDL Kpi.ParentKpiID

Gets or sets the ID of the parent Kpi.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property ParentKpiID As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A String that contains ParentKpiID.

Consulte também

Referência

Kpi Classe

Namespace Microsoft.AnalysisServices