Kpi.Goal Property
Gets or sets an MDX numeric expression or a calculation that returns the target value of the KPI.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Goal As String
Get
Set
'Usage
Dim instance As Kpi
Dim value As String
value = instance.Goal
instance.Goal = value
public string Goal { get; set; }
public:
property String^ Goal {
String^ get ();
void set (String^ value);
}
member Goal : string with get, set
function get Goal () : String
function set Goal (value : String)
Property Value
Type: System.String
A String that contains an MDX expression.