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 命名空间