Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.