Partager via


Propriété Kpi.TrendGraphic

Gets a String representing a graphic for displaying Kpi trend information.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TrendGraphic As String 
    Get
'Utilisation
Dim instance As Kpi 
Dim value As String 

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

Valeur de propriété

Type : System.String
A String representing a graphic for displaying Kpi trend information.

Voir aussi

Référence

Kpi Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient