Proprietà PerspectiveKpi.KpiID
Gets or sets the identifier for a Kpi associated with a PerspectiveKpi element.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property KpiID As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A KPI identifier.