Kpi.TrendGraphic 속성

Gets or sets a visual element that provides a quick indication of the trend for a KPI.

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

구문

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

value = instance.TrendGraphic

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

속성 값

유형: System.String
The name of the trend graphic.

주의

The trend graphic is often an arrow graphic pointing up, horizontal, or down depending on the current trend results.

참고 항목

참조

Kpi 클래스

Microsoft.AnalysisServices 네임스페이스