Поделиться через


Свойство 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