共用方式為


Kpi.StatusGraphic 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property StatusGraphic As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
The name of the status graphic.

備註

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

請參閱

參考

Kpi 類別

Microsoft.AnalysisServices 命名空間