Kpi.Goal 속성

Gets or sets an MDX numeric expression or a calculation that returns the target value of the KPI.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property Goal As String 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.String
A String that contains an MDX expression.

참고 항목

참조

Kpi 클래스

Microsoft.AnalysisServices 네임스페이스