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 命名空间