StatusGraphic 屬性

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

命名空間:  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).