Freigeben über


Kpi.StatusGraphic-Eigenschaft

Gets or sets a visual element that provides a quick indication of the status for a KPI.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property StatusGraphic As String 
    Get 
    Set
'Usage
Dim instance As Kpi 
Dim value As String 

value = instance.StatusGraphic

instance.StatusGraphic = value
public string StatusGraphic { get; set; }
public:
property String^ StatusGraphic {
    String^ get ();
    void set (String^ value);
}
member StatusGraphic : string with get, set
function get StatusGraphic () : String 
function set StatusGraphic (value : String)

Eigenschaftswert

Typ: System.String
The name of the status graphic.

Hinweise

The status graphic is usually an indicator of negative, neutral, or positive progress against some Key Performance Indicator (KPI).

Siehe auch

Verweis

Kpi Klasse

Microsoft.AnalysisServices-Namespace