Compartilhar via


Propriedade do RDL PerspectiveKpi.KpiID

Gets or sets the identifier for a Kpi associated with a PerspectiveKpi element.

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

Sintaxe

'Declaração
Public Property KpiID As String 
    Get 
    Set
'Uso
Dim instance As PerspectiveKpi 
Dim value As String 

value = instance.KpiID

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

Valor da propriedade

Tipo: System.String
A KPI identifier.

Consulte também

Referência

PerspectiveKpi Classe

Namespace Microsoft.AnalysisServices