다음을 통해 공유


Kpi.Trend 속성

Gets or sets an MDX expression that evaluates the value of the KPI over time.

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

구문

‘선언
Public Property Trend As String 
    Get 
    Set
‘사용 방법
Dim instance As Kpi 
Dim value As String 

value = instance.Trend

instance.Trend = value
public string Trend { get; set; }
public:
property String^ Trend {
    String^ get ();
    void set (String^ value);
}
member Trend : string with get, set
function get Trend () : String 
function set Trend (value : String)

속성 값

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

참고 항목

참조

Kpi 클래스

Microsoft.AnalysisServices 네임스페이스