Partager via


TrendGraphic propriété

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property TrendGraphic As String
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .String
The name of the trend graphic.

Notes

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