Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the identifier for a Kpi associated with a PerspectiveKpi element.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property KpiID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A KPI identifier.