共用方式為


TrendGraphic 屬性

Gets or sets the trend graphic associated with a Kpi object.

命名空間:  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.